Update frontend/src/components/ContributionMessages/ContributionMessagesList.vue

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

View File

@ -6,7 +6,7 @@
</div>
</b-container>
<contribution-messages-formular
v-if="state === 'PENDING' || state === 'IN_PROGRESS'"
v-if="['PENDING', 'IN_PROGRESS'].includes(state)"
class="mt-5"
:contributionId="contributionId"
@get-list-contribution-messages="getListContributionMessages"