don't include extra notifications

neckbeard
Henry Jameson 9 months ago
parent 4e8bb80dbd
commit 0fd1b26fb6

@ -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 },

Loading…
Cancel
Save