d
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user