aboutsummaryrefslogtreecommitdiff
path: root/src/components/features_panel/features_panel.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-09-09 22:31:34 +0300
committerHenry Jameson <me@hjkos.com>2018-09-17 17:51:39 +0300
commit394153380da68816bccb2c5408fb7137d468f622 (patch)
treef893618b7d78c09003d58f871bfe793057373b02 /src/components/features_panel/features_panel.js
parent136add8a2fb80859ac6c2b160bf29e51117f8cff (diff)
more missing stuff
Diffstat (limited to 'src/components/features_panel/features_panel.js')
-rw-r--r--src/components/features_panel/features_panel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/features_panel/features_panel.js b/src/components/features_panel/features_panel.js
index 945165bb..e0b7a118 100644
--- a/src/components/features_panel/features_panel.js
+++ b/src/components/features_panel/features_panel.js
@@ -1,7 +1,7 @@
const FeaturesPanel = {
computed: {
chat: function () {
- return this.$store.state.config.chatAvailable && (!this.$store.state.chatDisabled)
+ return this.$store.state.instance.chatAvailable && (!this.$store.state.chatDisabled)
},
gopher: function () { return this.$store.state.instance.gopherAvailable },
whoToFollow: function () { return this.$store.state.instance.suggestionsEnabled },