don't include extra notifications
This commit is contained in:
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…
Reference in New Issue
Block a user