mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update frontend/src/components/Contributions/ContributionListItem.vue
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
parent
7b2eceaada
commit
3387123a90
@ -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', {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user