fix build

This commit is contained in:
Henry Jameson 2026-03-06 17:53:40 +02:00
commit 773c56f69d
3 changed files with 13 additions and 10 deletions

View file

@ -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() {