aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorEris <femmediscord@gmail.com>2021-06-14 20:33:51 +0000
committerHenry Jameson <me@hjkos.com>2021-06-17 13:21:25 +0300
commit0a3ce9cc8b44082557429ee0bc5372376f1b820a (patch)
tree3157fce5e8d93f39c082d09b14dab66ce79f2183 /src/App.vue
parentdcfd1783140a3376b0a081c30f5fd8e6ca33167e (diff)
Don't shorten shoutbox to SB
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index 39decde9..c30f5e98 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -50,7 +50,7 @@
<media-modal />
</div>
<shout-panel
- v-if="currentUser && shout && !hideSB"
+ v-if="currentUser && shout && !hideShoutbox"
:floating="true"
class="floating-shout mobile-hidden"
/>