aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
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 09013d18..dd05c569 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -9,6 +9,7 @@
<sidebar>
<user-panel></user-panel>
<nav-panel></nav-panel>
+ <notifications v-if="currentUser"></notifications>
</sidebar>
<router-view></router-view>
</div>