mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix notification number
This commit is contained in:
@@ -38,7 +38,7 @@ export class NotificationComponent implements OnInit, OnDestroy {
|
||||
this.userNotificationService.countUnreadNotifications()
|
||||
.subscribe({
|
||||
next: result => {
|
||||
this.unreadNotifications = 102
|
||||
this.unreadNotifications = result
|
||||
this.subscribeToNotifications()
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user