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)}}
-
0 && !production" class="icon-badge" style="right: -18px;top: -9px;" >{{this.notificationLength}}
+
0 && !production" class="icon-badge" style="right: -18px;top: -9px;" >{{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();