Do not show extra notifications in interactions page

backend-repo-url
tusooa 1 year ago
parent 1c180ace0b
commit bd60238f01
No known key found for this signature in database
GPG Key ID: 42AEC43D48433C51

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

Loading…
Cancel
Save