aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authortsukada-ecsec <tsukada@ecsec.org>2018-08-22 11:47:36 +0900
committertsukada-ecsec <tsukada@ecsec.org>2018-08-22 11:47:36 +0900
commit54166c3ad3bd3c9377d7788b84733c19d16732ad (patch)
treecf2787244d82bc9d60005c1f1807d2d71a1ae3e7 /src/App.vue
parent41256045f2f11bdcb9874f08288a66a9c47aa28a (diff)
update settings
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>