diff options
| author | Sean King <seanking2919@protonmail.com> | 2022-06-21 17:44:04 -0600 |
|---|---|---|
| committer | Sean King <seanking2919@protonmail.com> | 2022-06-21 17:44:04 -0600 |
| commit | f56298adbd6fc4b30f759f58336f881e9ebfab65 (patch) | |
| tree | c2fb70557983a4bc7cddd8f8cdc572d50ebfda2f /src/App.vue | |
| parent | fa5d35523dd081b6948d38325374cac5707b7868 (diff) | |
Add ability to detect whether backend supports editing
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/App.vue b/src/App.vue index 1b513e08..c20a4d9d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -52,8 +52,8 @@ <MobilePostStatusButton /> <UserReportingModal /> <PostStatusModal /> - <EditStatusModal /> - <StatusHistoryModal /> + <EditStatusModal v-if="editingAvailable" /> + <StatusHistoryModal v-if="editingAvailable" /> <SettingsModal /> <div id="modal" /> <GlobalNoticeList /> |
