Improve profile label

This commit is contained in:
Peter Maquiran
2021-08-06 12:19:38 +01:00
parent c135f2a8f8
commit 578165f258
4 changed files with 24 additions and 2 deletions
+1 -1
View File
@@ -77,7 +77,7 @@
<div class="div-profile d-flex cursor-pointer" (click)="openProfile()">
<ion-icon class="icon" src='assets/images/icons-profile.svg'></ion-icon>
<ion-label class="profile-text">{{loggeduser.Profile}}</ion-label>
<ion-label class="profile-text">{{profileLabel(loggeduser.Profile)}}</ion-label>
</div>
</div>
</div>