Remove unused shoutbox channel state from side drawer

new-bloop
Mark Felder 3 years ago
parent 21477d07e9
commit bd98ecb3f0

@ -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…
Cancel
Save