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:22:22 +02:00 committed by GitHub
parent 7b2eceaada
commit 3387123a90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@
class="d-flex flex-row-reverse"
>
<div
v-if="state !== 'CONFIRMED' && state !== 'DELETED'"
v-if="!['CONFIRMED', 'DELETED'].includes(state)"
class="pointer ml-5"
@click="
$emit('update-contribution-form', {