aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorjasper <jasper92341@hotmail.com>2019-02-08 12:17:14 -0800
committerjasper <jasper92341@hotmail.com>2019-02-08 12:17:14 -0800
commit70c05a0c085adb95ef9946ac58a461f56252c2c2 (patch)
tree8c11153fe9715104de611f933681f2dcb750093d /src/App.js
parent6a867f6ae38b4bc3981fb6ca402c196a0967c49e (diff)
Fix showFeaturesPanel option as instance
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.js b/src/App.js
index 18bff2dd..200254f3 100644
--- a/src/App.js
+++ b/src/App.js
@@ -82,7 +82,7 @@ export default {
unseenNotificationsCount () {
return this.unseenNotifications.length
},
- showFeaturesPanel () { return this.$store.state.config.showFeaturesPanel }
+ showFeaturesPanel () { return this.$store.state.instance.showFeaturesPanel }
},
methods: {
scrollToTop () {