diff options
| author | Shpuld Shpuldson <shpuld@gmail.com> | 2017-06-03 23:52:23 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@gmail.com> | 2017-06-03 23:52:23 +0300 |
| commit | d82fa5516b764e2307b042c60f581d1eecb146c2 (patch) | |
| tree | f6ffc62c1af089fbc1a5b7074eb82c88a8a8c1eb | |
| parent | bac1d3bd57fb0c04b32c31a048ccf58a3dee6be0 (diff) | |
remove whitespace
| -rw-r--r-- | src/App.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index d77c34bb..b2d8df8b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -20,7 +20,6 @@ <div class="sidebar" :class="{ 'mobile-hidden': mobileActivePanel != 'sidebar' }"> <div class="sidebar-container"> <user-panel></user-panel> - <nav-panel></nav-panel> <notifications v-if="currentUser"></notifications> </div> |
