X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fmenu%2Favatar-notification.component.ts;h=38dbb935b5568a09d088e54138e37d637f1d5c86;hb=14981d7331da3f63fe6cfaf020ccb7c910006eaf;hp=a77a001ca4255f083d68cc7badc2e63e2f39a42a;hpb=97567dd81f508dd6295ac4d73d849aa2ce0a6549;p=oweals%2Fpeertube.git diff --git a/client/src/app/menu/avatar-notification.component.ts b/client/src/app/menu/avatar-notification.component.ts index a77a001ca..38dbb935b 100644 --- a/client/src/app/menu/avatar-notification.component.ts +++ b/client/src/app/menu/avatar-notification.component.ts @@ -13,7 +13,7 @@ import { filter } from 'rxjs/operators' styleUrls: [ './avatar-notification.component.scss' ] }) export class AvatarNotificationComponent implements OnInit, OnDestroy { - @ViewChild('popover') popover: NgbPopover + @ViewChild('popover', { static: true }) popover: NgbPopover @Input() user: User unreadNotifications = 0