mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Update webapp/components/ContributionForm/ContributionForm.vue
showDeleteButton change Co-Authored-By: Robert Schäfer <git@roschaefer.de>
This commit is contained in:
parent
d38a1f089f
commit
cd8b244741
@ -204,7 +204,7 @@ export default {
|
|||||||
users: [],
|
users: [],
|
||||||
contentMin: 3,
|
contentMin: 3,
|
||||||
hashtags: [],
|
hashtags: [],
|
||||||
showDeleteButton: this.contribution ? this.contribution.image : false,
|
showDeleteButton: !!this.contribution,
|
||||||
elem: null,
|
elem: null,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user