aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEris <femmediscord@gmail.com>2021-06-14 20:33:51 +0000
committerEris <femmediscord@gmail.com>2021-06-14 20:33:51 +0000
commitcbccea054698916a083b7906898b50039cdd411c (patch)
tree4d2959c6494393b003768bca63676aff056232ed
parent1668315bf8c454a995a968dc034d9e51715987c5 (diff)
Don't shorten shoutbox to SB
-rw-r--r--src/App.js2
-rw-r--r--src/App.vue2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/App.js b/src/App.js
index 8d9ec8c7..362ac19d 100644
--- a/src/App.js
+++ b/src/App.js
@@ -73,7 +73,7 @@ export default {
this.$store.state.instance.instanceSpecificPanelContent
},
showFeaturesPanel () { return this.$store.state.instance.showFeaturesPanel },
- hideSB () {
+ hideShoutbox () {
return this.$store.getters.mergedConfig.hideShoutbox
},
isMobileLayout () { return this.$store.state.interface.mobileLayout },
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"
/>