diff --git a/web/src/components/ak-nav-buttons.ts b/web/src/components/ak-nav-buttons.ts index 6cef27e44313..f88a0a2ddf5d 100644 --- a/web/src/components/ak-nav-buttons.ts +++ b/web/src/components/ak-nav-buttons.ts @@ -51,6 +51,11 @@ export class NavigationButtons extends WithSession(AKElement) { Styles, ]; + connectedCallback(): void { + super.connectedCallback(); + this.refreshNotifications(); + } + protected async refreshNotifications(): Promise { const { currentUser } = this;