Do not show extra notifications in interactions page

このコミットが含まれているのは:
tusooa 2023-08-18 20:41:49 -04:00
コミット bd60238f01
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 42AEC43D48433C51
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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