This commit is contained in:
2024-11-19 17:22:25 +01:00
parent e79cab687c
commit bc77eec906
@@ -67,7 +67,7 @@
{{ getRegistrationIndex(index) }} {{ getRegistrationIndex(index) }}
</td> </td>
<td> <td>
<span :class="{ strikethrough: registration.active === false }">{{ registration.dateTime }}</span> <span :class="{ strikethrough: registration.active === false }">{{ formatDateShort(registration.dateTime) || '' }}</span>
</td> </td>
<td> <td>
<span :class="{ strikethrough: registration.active === false }">{{ registration.playerName }}</span> <span :class="{ strikethrough: registration.active === false }">{{ registration.playerName }}</span>