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/components/about/about.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/components/about/about.js')
| -rw-r--r-- | src/components/about/about.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/about/about.js b/src/components/about/about.js index b1ce3c7d..ae1cb182 100644 --- a/src/components/about/about.js +++ b/src/components/about/about.js @@ -9,7 +9,7 @@ const About = { TermsOfServicePanel }, computed: { - showFeaturesPanel () { return this.$store.state.config.showFeaturesPanel } + showFeaturesPanel () { return this.$store.state.instance.showFeaturesPanel } } } |
