aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorkaniini <nenolod@gmail.com>2018-08-24 18:46:23 +0000
committerkaniini <nenolod@gmail.com>2018-08-24 18:46:23 +0000
commit14db3f279daed82011bdcc2bbad21450c08a4487 (patch)
tree78118003e73a50683903806669a4d4c5f27ea276 /src/App.js
parent0429963e63408a207a0c35b33b728acaab1f0d3d (diff)
parent0647c1bb720144b3d9e3d7943129d0d67d176ab0 (diff)
Merge branch 'feature/who-to-follow-panel-uses-suggestions-api' into 'develop'
Who to follow panel uses suggestions api See merge request pleroma/pleroma-fe!294
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.js b/src/App.js
index a052e058..39c97a80 100644
--- a/src/App.js
+++ b/src/App.js
@@ -29,7 +29,7 @@ export default {
style () { return { 'background-image': `url(${this.background})` } },
sitename () { return this.$store.state.config.name },
chat () { return this.$store.state.chat.channel.state === 'joined' },
- showWhoToFollowPanel () { return this.$store.state.config.showWhoToFollowPanel },
+ suggestionsEnabled () { return this.$store.state.config.suggestionsEnabled },
showInstanceSpecificPanel () { return this.$store.state.config.showInstanceSpecificPanel }
},
methods: {