diff options
| author | feld <feld@feld.me> | 2019-02-08 21:27:58 +0000 |
|---|---|---|
| committer | feld <feld@feld.me> | 2019-02-08 21:27:58 +0000 |
| commit | 9768558e7c65f6a4a343d4a78b2297e4888cf77b (patch) | |
| tree | da9e2c0944acd4a2453ef59ac63e622cbbec6b73 /src/App.js | |
| parent | da0a5535eb09f6637df921a8a5f951c295bedeac (diff) | |
| parent | 5b52e020e32def19622e3d1df82f93bc716946e2 (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.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 () { |
