This commit is contained in:
Peter Maquiran
2022-07-22 15:52:10 +01:00
parent 5533116e9d
commit 3a6b23b5f5
4 changed files with 29 additions and 18 deletions
+2 -1
View File
@@ -45,7 +45,8 @@
</ion-buttons>
</div>
<div class="line"></div>
<ion-label (click)="asyncNotification()">{{notificationdata.length}} novas notificações</ion-label>
<ion-label (click)="asyncNotification()" *ngIf="notificationdata">{{notificationdata.length}} novas notificações</ion-label>
<ion-label (click)="asyncNotification()" *ngIf="!notificationdata">0 novas notificações</ion-label>
</div>
</ion-header>