remove notifications from sidebar, make notifications appear on login only
This commit is contained in:
parent
f19284357e
commit
0a86d39ba9
3 changed files with 6 additions and 8 deletions
|
@ -13,6 +13,9 @@ const MobileNav = {
|
|||
notificationsOpen: false
|
||||
}),
|
||||
computed: {
|
||||
currentUser () {
|
||||
return this.$store.state.users.currentUser
|
||||
},
|
||||
unseenNotifications () {
|
||||
return unseenNotificationsFromStore(this.$store)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue