diff options
| author | shpuld <shp@cock.li> | 2018-12-29 12:44:21 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2018-12-29 12:44:21 +0200 |
| commit | 747e4090cabfda353e76c9a45def70bef8c297e5 (patch) | |
| tree | dc9fa48a834b50810e655d227f9bcbacf1bf1ad0 /src/App.js | |
| parent | 650655709dd617a558709ffbf8911f05f7c17267 (diff) | |
Cleanup and remove divider element in side drawer
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 }, |
