Skip to content

Commit

Permalink
Merge pull request #582 from sunbird-cb/cbrelease-4.8.15
Browse files Browse the repository at this point in the history
Cbrelease 4.8.15 merge into 4.8.16
  • Loading branch information
vishnubansaltarento authored Jul 25, 2024
2 parents 886995e + 12bba6e commit 513167c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<mat-icon class="nonverified-icon margin-left-xs"
*ngIf="user?.profileDetails?.profileGroupStatus === 'NOT-VERIFIED'">
cancel</mat-icon> <span *ngIf="user?.profileDetails?.profileGroupStatus === 'NOT-VERIFIED'"
class="mat-caption status-text ws-mat-black40-text"> Non-verified</span>
class="mat-caption status-text ws-mat-black40-text"> Not-verified</span>
</div>
<div class="md:w-1/3">
<label class="margin-remove-bottom form-label">Designation</label>
Expand All @@ -119,7 +119,7 @@
*ngIf="user?.profileDetails?.profileDesignationStatus === 'NOT-VERIFIED'">
cancel</mat-icon>
<span *ngIf="user?.profileDetails?.profileDesignationStatus === 'NOT-VERIFIED'"
class="mat-caption status-text ws-mat-black40-text"> Non-verified</span>
class="mat-caption status-text ws-mat-black40-text"> Not-verified</span>
</div>
</div>
</div>
Expand Down

0 comments on commit 513167c

Please sign in to comment.