diff --git a/src/dialogs/notifications/notification-drawer.js b/src/dialogs/notifications/notification-drawer.js index cc3dc592e3..d15ac99857 100644 --- a/src/dialogs/notifications/notification-drawer.js +++ b/src/dialogs/notifications/notification-drawer.js @@ -164,7 +164,7 @@ export class HuiNotificationDrawer extends EventsMixin( if ( this.open && oldNotifications.length > 0 && - !newNotifications.length === 0 + newNotifications.length === 0 ) { this.open = false; }