don't include extra notifications

This commit is contained in:
Henry Jameson 2023-12-13 20:38:39 +02:00
parent 4e8bb80dbd
commit 0fd1b26fb6

View File

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