diff options
| author | lambda <pleromagit@rogerbraun.net> | 2018-05-09 14:12:59 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2018-05-09 14:12:59 +0000 |
| commit | 622e8cd94feae777290236c5d5126343da93f142 (patch) | |
| tree | e628050fb732ea04c154bddbde844195652b09d2 /src/App.vue | |
| parent | e341354cc7d3d83982ff5983b3433c35fc044bbf (diff) | |
| parent | 36b1c09831c809722c730a102af3d224597578be (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.vue | 1 |
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> |
