diff --git a/webapp/components/ContributionForm/ContributionForm.vue b/webapp/components/ContributionForm/ContributionForm.vue index 8370c0385..579a7b3de 100644 --- a/webapp/components/ContributionForm/ContributionForm.vue +++ b/webapp/components/ContributionForm/ContributionForm.vue @@ -204,7 +204,7 @@ export default { users: [], contentMin: 3, hashtags: [], - showDeleteButton: this.contribution ? this.contribution.image : false, + showDeleteButton: !!this.contribution, elem: null, } },