forked from AkkomaGang/akkoma-fe
Remove unused shoutbox channel state from side drawer
This commit is contained in:
parent
21477d07e9
commit
bd98ecb3f0
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ const SideDrawer = {
|
||||||
currentUser () {
|
currentUser () {
|
||||||
return this.$store.state.users.currentUser
|
return this.$store.state.users.currentUser
|
||||||
},
|
},
|
||||||
shout () { return this.$store.state.shout.channel.state === 'joined' },
|
|
||||||
unseenNotifications () {
|
unseenNotifications () {
|
||||||
return unseenNotificationsFromStore(this.$store)
|
return unseenNotificationsFromStore(this.$store)
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue