|
|
@@ -66,7 +66,7 @@
|
|
|
<div v-if="getAthleteByGroupAndTrack(groupIndex, track)" class="space-y-1">
|
|
|
<div class="font-medium text-blue-600">{{ getAthleteByGroupAndTrack(groupIndex, track)?.athleteCode }}</div>
|
|
|
<div class="text-sm">{{ getAthleteByGroupAndTrack(groupIndex, track)?.name }}</div>
|
|
|
- <div class="text-xs text-gray-500">{{ getTeamName(getAthleteByGroupAndTrack(groupIndex, track)?.teamId) }}</div>
|
|
|
+ <div class="text-xs text-gray-500">{{ getAthleteByGroupAndTrack(groupIndex, track)?.teamName || getTeamName(getAthleteByGroupAndTrack(groupIndex, track)?.teamId) }}</div>
|
|
|
</div>
|
|
|
<div v-else class="text-gray-400 text-sm">-</div>
|
|
|
</td>
|