aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/App.js b/src/App.js
index 1132110c..85df9416 100644
--- a/src/App.js
+++ b/src/App.js
@@ -70,9 +70,6 @@ export default {
'background-image': `url(${this.background})`
}
},
- mobileShowOnlyIn () {
- return view => ({ 'mobile-hidden': this.mobileActivePanel !== view })
- },
sitename () { return this.$store.state.instance.name },
chat () { return this.$store.state.chat.channel.state === 'joined' },
suggestionsEnabled () { return this.$store.state.instance.suggestionsEnabled },