Remove unused shoutbox channel state from side drawer

This commit is contained in:
Mark Felder 2021-06-03 15:07:02 -05:00
parent 21477d07e9
commit bd98ecb3f0
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ const SideDrawer = {
currentUser () {
return this.$store.state.users.currentUser
},
shout () { return this.$store.state.shout.channel.state === 'joined' },
unseenNotifications () {
return unseenNotificationsFromStore(this.$store)
},