Skip to content
Snippets Groups Projects
Unverified Commit ef277ae4 authored by tusooa's avatar tusooa :zap:
Browse files

Fix mobile shoutbox

parent 425919a0
Branches
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ const SideDrawer = {
currentUser () {
return this.$store.state.users.currentUser
},
shout () { return this.$store.state.shout.channel.state === 'joined' },
unseenNotifications () {
return unseenNotificationsFromStore(this.$store)
},
......
......@@ -106,10 +106,10 @@
</router-link>
</li>
<li
v-if="chat"
v-if="shout"
@click="toggleDrawer"
>
<router-link :to="{ name: 'chat-panel' }">
<router-link :to="{ name: 'shout-panel' }">
<FAIcon
fixed-width
class="fa-scale-110 fa-old-padding"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment