diff options
| author | Sean King <seanking2919@protonmail.com> | 2022-07-10 20:06:18 -0600 |
|---|---|---|
| committer | Sean King <seanking2919@protonmail.com> | 2022-07-10 20:06:18 -0600 |
| commit | 63519c325f879ea3f64052e39c019267d8238b54 (patch) | |
| tree | 187a55fb2035ddf93e84d0ce8ec4c9e4c0528be6 /src/App.vue | |
| parent | 65b0b69f109c42f07fe14c764d6a4e01bd763a83 (diff) | |
| parent | c4cbad0df43a1b0c0644f7818d7e7eca97ceda40 (diff) | |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into add/edit-status
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index c20a4d9d..d36f8fe1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -9,7 +9,7 @@ /> <MobileNav v-if="layoutType === 'mobile'" /> <DesktopNav v-else /> - <notifications v-if="currentUser" /> + <Notifications v-if="currentUser" /> <div id="content" class="app-layout container" |
