don't include extra notifications

このコミットが含まれているのは:
Henry Jameson 2023-12-13 20:38:39 +02:00
コミット 0fd1b26fb6
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -61,7 +61,7 @@ const MobileNav = {
return this.unseenNotifications.length
},
unseenCountBadgeText () {
return `${this.unseenCount ? this.unseenCount : ''}${this.extraNotificationsCount ? '*' : ''}`
return `${this.unseenCount ? this.unseenCount : ''}`
},
hideSitename () { return this.$store.state.instance.hideSitename },
sitename () { return this.$store.state.instance.name },