Update frontend/src/components/Contributions/ContributionListItem.vue

Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
Alexander Friedland 2022-08-31 14:21:55 +02:00 committed by GitHub
parent d5153a3f60
commit 7b2eceaada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@
<b-icon icon="pencil" class="h2"></b-icon>
</div>
<div
v-if="state !== 'CONFIRMED' && state !== 'DELETED'"
v-if="!['CONFIRMED', 'DELETED'].includes(state)"
class="pointer"
@click="deleteContribution({ id })"
>