diff --git a/client/src/app/menu/notification.component.ts b/client/src/app/menu/notification.component.ts index dc88d5a3c..0beac69be 100644 --- a/client/src/app/menu/notification.component.ts +++ b/client/src/app/menu/notification.component.ts @@ -38,7 +38,7 @@ export class NotificationComponent implements OnInit, OnDestroy { this.userNotificationService.countUnreadNotifications() .subscribe({ next: result => { - this.unreadNotifications = 102 + this.unreadNotifications = result this.subscribeToNotifications() },