diff --git a/src/components/notifications/notifications.js b/src/components/notifications/notifications.js index 0ed1571d..09ebc943 100644 --- a/src/components/notifications/notifications.js +++ b/src/components/notifications/notifications.js @@ -97,7 +97,7 @@ const Notifications = { }, noSticky () { return this.$store.getters.mergedConfig.disableStickyHeaders }, showExtraNotifications () { - return true + return !this.noHeading }, ...mapGetters(['unreadChatCount', 'unreadAnnouncementCount']) },