Do not show extra notifications in interactions page
This commit is contained in:
parent
1c180ace0b
commit
bd60238f01
@ -97,7 +97,7 @@ const Notifications = {
|
|||||||
},
|
},
|
||||||
noSticky () { return this.$store.getters.mergedConfig.disableStickyHeaders },
|
noSticky () { return this.$store.getters.mergedConfig.disableStickyHeaders },
|
||||||
showExtraNotifications () {
|
showExtraNotifications () {
|
||||||
return true
|
return !this.noHeading
|
||||||
},
|
},
|
||||||
...mapGetters(['unreadChatCount', 'unreadAnnouncementCount'])
|
...mapGetters(['unreadChatCount', 'unreadAnnouncementCount'])
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user