diff options
| author | eal <eal@waifu.club> | 2017-08-21 20:25:01 +0300 |
|---|---|---|
| committer | eal <eal@waifu.club> | 2017-08-23 19:14:06 +0300 |
| commit | ccfc2e57d0e265bddc88d5ace30428268f3b1df1 (patch) | |
| tree | de7b16eeff754236851db033afbd21ff7de698a4 /src/components/user_panel/user_panel.vue | |
| parent | dbad99cb4fac4750a881773c9add317a8a4d9664 (diff) | |
Add follower and following views
Diffstat (limited to 'src/components/user_panel/user_panel.vue')
| -rw-r--r-- | src/components/user_panel/user_panel.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_panel/user_panel.vue b/src/components/user_panel/user_panel.vue index c5a5ff43..5a9ec0e8 100644 --- a/src/components/user_panel/user_panel.vue +++ b/src/components/user_panel/user_panel.vue @@ -2,7 +2,7 @@ <div class="user-panel"> <div v-if='user' class="panel panel-default"> - <user-card-content :user="user"></user-card-content> + <user-card-content :user="user" :switcher="false"></user-card-content> <div class="panel-footer base00-background"> <post-status-form v-if='user'></post-status-form> |
