From 4de99f22dfc4f00587eeac5bc929f462437315e4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 14 Feb 2023 10:03:18 +0100 Subject: Fix notification number --- client/src/app/menu/notification.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/menu/notification.component.ts') 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() }, -- cgit v1.2.3