Fix mobile shoutbox
This commit is contained in:
parent
425919a0d2
commit
ef277ae4e2
2 changed files with 3 additions and 2 deletions
|
@ -49,6 +49,7 @@ const SideDrawer = {
|
|||
currentUser () {
|
||||
return this.$store.state.users.currentUser
|
||||
},
|
||||
shout () { return this.$store.state.shout.channel.state === 'joined' },
|
||||
unseenNotifications () {
|
||||
return unseenNotificationsFromStore(this.$store)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue