diff --git a/src/app/shared/header/header.page.html b/src/app/shared/header/header.page.html index 9bf6ef370..2708eed1d 100644 --- a/src/app/shared/header/header.page.html +++ b/src/app/shared/header/header.page.html @@ -82,7 +82,7 @@
{{profileLabel(loggeduser.Profile)}} -
{{this.notificationLength}}
+
{{notificationLength}}
diff --git a/src/app/shared/header/header.page.ts b/src/app/shared/header/header.page.ts index eb4212478..a0e0c561e 100644 --- a/src/app/shared/header/header.page.ts +++ b/src/app/shared/header/header.page.ts @@ -44,6 +44,8 @@ export class HeaderPage implements OnInit { ngOnInit() { this.hideSearch(); + this.notificationLengthData(); + if (this.platform.is('desktop') || this.platform.is('mobileweb')) { console.log('Notifications not supported') this.UpdateNotificationCount();