aboutsummaryrefslogtreecommitdiff
path: root/src/components/about/about.js
diff options
context:
space:
mode:
authordev92341 <jasper92341@hotmail.com>2019-02-05 06:12:14 -0800
committerdev92341 <jasper92341@hotmail.com>2019-02-05 06:12:14 -0800
commite3da156162ce04d987935eeb4649f0aa51590cf2 (patch)
treee6a5a64ff6f2dccab4f29ac7f98c805e4faef0cd /src/components/about/about.js
parent1ee762cf6e09c12c21d5ba23295a128db493f6fc (diff)
Add option to hide features panel (About page)
Diffstat (limited to 'src/components/about/about.js')
-rw-r--r--src/components/about/about.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/about/about.js b/src/components/about/about.js
index b4433b4e..b1ce3c7d 100644
--- a/src/components/about/about.js
+++ b/src/components/about/about.js
@@ -7,6 +7,9 @@ const About = {
InstanceSpecificPanel,
FeaturesPanel,
TermsOfServicePanel
+ },
+ computed: {
+ showFeaturesPanel () { return this.$store.state.config.showFeaturesPanel }
}
}