Explorar o código

Remove unused shoutbox channel state from side drawer

Mark Felder %!s(int64=3) %!d(string=hai) anos
pai
achega
bd98ecb3f0
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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)
     },