fix build
This commit is contained in:
parent
f0aa25059b
commit
773c56f69d
3 changed files with 13 additions and 10 deletions
|
|
@ -55,11 +55,13 @@ const MobileNav = {
|
|||
return unseenNotificationsFromStore(
|
||||
this.$store,
|
||||
useSyncConfigStore().mergedConfig.notificationVisibility,
|
||||
useSyncConfigStore().mergedConfig.ignoreInactionableSeen,
|
||||
)
|
||||
},
|
||||
unseenNotificationsCount() {
|
||||
return (
|
||||
this.unseenNotifications.length + countExtraNotifications(this.$store)
|
||||
this.unseenNotifications.length +
|
||||
countExtraNotifications(this.$store, useSyncConfigStore().mergedConfig)
|
||||
)
|
||||
},
|
||||
unseenCount() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue