aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/App.vue b/src/App.vue
index 23991eac..03b632ec 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -102,16 +102,6 @@
</div>
<div class="main">
<div
- v-if="showStorageError"
- class="alert error storage-error-notice"
- >
- {{ $t("errors.storage_unavailable") }}
- <i
- class="icon-cancel"
- @click="hideStorageError"
- />
- </div>
- <div
v-if="!currentUser"
class="login-hint panel panel-default"
>
@@ -138,6 +128,7 @@
<PostStatusModal />
<SettingsModal />
<portal-target name="modal" />
+ <GlobalNoticeList />
</div>
</template>