aboutsummaryrefslogtreecommitdiff
path: root/src/components/post_status_modal/post_status_modal.vue
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2020-06-14 13:38:24 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2020-06-14 13:38:24 +0000
commit8a15900c81eb6d1e1ec7f5f77868211f4da354e0 (patch)
treed3c44a148beb1db855a3b235de42bdcc77c6af43 /src/components/post_status_modal/post_status_modal.vue
parent7de56a8063e6c8ef1c0f3bbe87428f5887c38485 (diff)
parentc0a4752bd5435f7c99cc711a111bd45b8d85a1fc (diff)
Merge branch 'themes-fixes' into 'develop'
Several small fixes Closes #866 and #864 See merge request pleroma/pleroma-fe!1145
Diffstat (limited to 'src/components/post_status_modal/post_status_modal.vue')
-rw-r--r--src/components/post_status_modal/post_status_modal.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/post_status_modal/post_status_modal.vue b/src/components/post_status_modal/post_status_modal.vue
index 07c58f74..dbcd321e 100644
--- a/src/components/post_status_modal/post_status_modal.vue
+++ b/src/components/post_status_modal/post_status_modal.vue
@@ -1,5 +1,6 @@
<template>
<Modal
+ v-if="isLoggedIn && !resettingForm"
:is-open="modalActivated"
class="post-form-modal-view"
@backdropClicked="closeModal"