diff options
| author | shpuld <shp@cock.li> | 2019-03-14 20:40:56 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2019-03-14 20:40:56 +0200 |
| commit | 0a86d39ba9cf48fc0b4fb6d91b0d5eff404b2a66 (patch) | |
| tree | ab1c22d44b7c62bdedbd59d61b7daef4f6cfe8ba /src/components/mobile_nav/mobile_nav.js | |
| parent | f19284357e94968cdc9d4034c5e33ef9d6f6d9d7 (diff) | |
remove notifications from sidebar, make notifications appear on login only
Diffstat (limited to 'src/components/mobile_nav/mobile_nav.js')
| -rw-r--r-- | src/components/mobile_nav/mobile_nav.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/mobile_nav/mobile_nav.js b/src/components/mobile_nav/mobile_nav.js index 88fab656..fd373ac1 100644 --- a/src/components/mobile_nav/mobile_nav.js +++ b/src/components/mobile_nav/mobile_nav.js @@ -13,6 +13,9 @@ const MobileNav = { notificationsOpen: false }), computed: { + currentUser () { + return this.$store.state.users.currentUser + }, unseenNotifications () { return unseenNotificationsFromStore(this.$store) }, |
