aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
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.vue
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.vue')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index 923d411b..71e90289 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -24,7 +24,7 @@
<user-panel></user-panel>
<nav-panel></nav-panel>
<instance-specific-panel v-if="showInstanceSpecificPanel"></instance-specific-panel>
- <who-to-follow-panel v-if="currentUser && showWhoToFollowPanel"></who-to-follow-panel>
+ <who-to-follow-panel v-if="currentUser && suggestionsEnabled"></who-to-follow-panel>
<notifications v-if="currentUser"></notifications>
</div>
</div>