aboutsummaryrefslogtreecommitdiff
path: root/src/components/about
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/components/about
parent6a867f6ae38b4bc3981fb6ca402c196a0967c49e (diff)
Fix showFeaturesPanel option as instance
Diffstat (limited to 'src/components/about')
-rw-r--r--src/components/about/about.js2
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 }
}
}