aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorHakaba Hitoyo <example@example.com>2018-02-11 23:12:05 +0900
committerhakabahitoyo <hakabahitoyo@example.com>2018-02-24 23:04:44 +0900
commitb32573138b7607b8d9070100fb792f0241a4ba80 (patch)
treed9f8e84fa2267638f69ef19c3391ae5998898c89 /src/App.vue
parentea6ee2aaa25741078e3a0f6f6ec7cfeb46d1b365 (diff)
Add who-to-follow-panel
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 2a910bc0..1d8dd6c8 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>
<chat-panel v-if="currentUser && chat"></chat-panel>
<notifications v-if="currentUser"></notifications>
</div>