This commit is contained in:
ogerly 2022-08-25 10:29:58 +02:00
parent ff9866d4f3
commit 9e255fb6e1

View File

@ -8,7 +8,10 @@
<br />
<br />
<br />
<contribution-messages-formular v-if="state === 'PENDING' || state === 'IN_PROGRESS'" :contributionId="contributionId" />
<contribution-messages-formular
v-if="state === 'PENDING' || state === 'IN_PROGRESS'"
:contributionId="contributionId"
/>
</div>
</template>
<script>