d
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
{{ getRegistrationIndex(index) }}
|
||||
</td>
|
||||
<td>
|
||||
<span :class="{ strikethrough: registration.active === false }">{{ registration.dateTime }}</span>
|
||||
<span :class="{ strikethrough: registration.active === false }">{{ formatDateShort(registration.dateTime) || '' }}</span>
|
||||
</td>
|
||||
<td>
|
||||
<span :class="{ strikethrough: registration.active === false }">{{ registration.playerName }}</span>
|
||||
|
||||
Reference in New Issue
Block a user