diff options
| author | Shpuld Shpuldson <shpuld@gmail.com> | 2017-05-31 11:58:32 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@gmail.com> | 2017-05-31 11:58:32 +0300 |
| commit | 1b79ae09e024152555d01b78a5bb7bb615f5155c (patch) | |
| tree | 2853e73f8a18df6323ac2dafc8cceca67d79d854 /src/App.vue | |
| parent | 5ad4d043e7514a26a395cf72215a74362c4ca2e0 (diff) | |
| parent | d389d3a7633f88933586b9660b4ad3510b7f98ee (diff) | |
Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into feature/notification-improvements
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 fcfdae97..d0c6671e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -19,6 +19,7 @@ <div class="sidebar" :class="{ 'mobile-hidden': mobileActivePanel != 'sidebar' }"> <div class="sidebar-container"> <user-panel></user-panel> + <user-finder></user-finder> <nav-panel></nav-panel> <notifications v-if="currentUser"></notifications> </div> |
