mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-20 11:48:31 -06:00
Fix notification number
This commit is contained in:
parent
9625be3857
commit
4de99f22df
@ -38,7 +38,7 @@ export class NotificationComponent implements OnInit, OnDestroy {
|
||||
this.userNotificationService.countUnreadNotifications()
|
||||
.subscribe({
|
||||
next: result => {
|
||||
this.unreadNotifications = 102
|
||||
this.unreadNotifications = result
|
||||
this.subscribeToNotifications()
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user