Skip to content
Snippets Groups Projects
Commit cbccea05 authored by eris's avatar eris
Browse files

Don't shorten shoutbox to SB

parent 1668315b
No related branches found
No related tags found
No related merge requests found
......@@ -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 },
......
......@@ -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"
/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment