aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2018-12-29 12:44:21 +0200
committershpuld <shp@cock.li>2018-12-29 12:44:21 +0200
commit747e4090cabfda353e76c9a45def70bef8c297e5 (patch)
treedc9fa48a834b50810e655d227f9bcbacf1bf1ad0 /src/App.js
parent650655709dd617a558709ffbf8911f05f7c17267 (diff)
Cleanup and remove divider element in side drawer
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 },