aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2019-02-08 21:27:58 +0000
committerfeld <feld@feld.me>2019-02-08 21:27:58 +0000
commit9768558e7c65f6a4a343d4a78b2297e4888cf77b (patch)
treeda9e2c0944acd4a2453ef59ac63e622cbbec6b73 /src/App.js
parentda0a5535eb09f6637df921a8a5f951c295bedeac (diff)
parent5b52e020e32def19622e3d1df82f93bc716946e2 (diff)
Merge branch 'fix/show-features-panel-not-working' into 'develop'
#322 Fix showFeaturesPanel option as instance See merge request pleroma/pleroma-fe!552
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 () {