Browse Source

Remove unused shoutbox channel state from side drawer

Mark Felder 3 years ago
parent
commit
bd98ecb3f0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/components/side_drawer/side_drawer.js

+ 0 - 1
src/components/side_drawer/side_drawer.js

@@ -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)
     },