Procházet zdrojové kódy

Remove unused shoutbox channel state from side drawer

Mark Felder před 3 roky
rodič
revize
bd98ecb3f0
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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)
     },