ソースを参照

Remove unused shoutbox channel state from side drawer

Mark Felder 3 年 前
コミット
bd98ecb3f0
1 ファイル変更0 行追加1 行削除
  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)
     },