remove notifications from sidebar, make notifications appear on login only

This commit is contained in:
shpuld 2019-03-14 20:40:56 +02:00
parent f19284357e
commit 0a86d39ba9
3 changed files with 6 additions and 8 deletions

View file

@ -13,6 +13,9 @@ const MobileNav = {
notificationsOpen: false
}),
computed: {
currentUser () {
return this.$store.state.users.currentUser
},
unseenNotifications () {
return unseenNotificationsFromStore(this.$store)
},