Fix router links to use route objects

This commit is contained in:
tusooa 2023-08-18 20:39:14 -04:00
commit 1c180ace0b
No known key found for this signature in database
GPG key ID: 42AEC43D48433C51
2 changed files with 6 additions and 3 deletions

View file

@ -17,6 +17,9 @@ const ExtraNotifications = {
shouldShowCustomizationTip () {
return this.mergedConfig.showExtraNotificationsTip && this.hasAnythingToShow
},
currentUser () {
return this.$store.state.users.currentUser
},
...mapGetters(['unreadChatCount', 'unreadAnnouncementCount', 'followRequestCount', 'mergedConfig'])
},
methods: {