Do not show extra notifications in interactions page

This commit is contained in:
tusooa 2023-08-18 20:41:49 -04:00
parent 1c180ace0b
commit bd60238f01
No known key found for this signature in database
GPG Key ID: 42AEC43D48433C51
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ const Notifications = {
},
noSticky () { return this.$store.getters.mergedConfig.disableStickyHeaders },
showExtraNotifications () {
return true
return !this.noHeading
},
...mapGetters(['unreadChatCount', 'unreadAnnouncementCount'])
},