This commit is contained in:
philipp lang 2022-02-12 14:28:27 +01:00
parent bf3406b9e0
commit 744aeb4cca
1 changed files with 1 additions and 1 deletions
resources/js/views/member

View File

@ -17,7 +17,7 @@
<th></th>
</thead>
<tr v-for="membership, index in value.memberships">
<tr v-for="membership, index in value.memberships" :key="index">
<td v-text="membership.activity_name"></td>
<td v-text="membership.subactivity_name"></td>
<td v-text="membership.human_date"></td>