aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorlambda <pleromagit@rogerbraun.net>2018-05-09 14:12:59 +0000
committerlambda <pleromagit@rogerbraun.net>2018-05-09 14:12:59 +0000
commit622e8cd94feae777290236c5d5126343da93f142 (patch)
treee628050fb732ea04c154bddbde844195652b09d2 /src/App.vue
parente341354cc7d3d83982ff5983b3433c35fc044bbf (diff)
parent36b1c09831c809722c730a102af3d224597578be (diff)
Merge branch 'feature/who-to-follow-panel-configurable' into 'develop'
Who to follow panel (configurable) See merge request pleroma/pleroma-fe!254
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index a8d17fa7..923d411b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -24,6 +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>
<notifications v-if="currentUser"></notifications>
</div>
</div>