Skip to content

Commit

Permalink
add EntryNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
swantzter committed Jul 14, 2024
1 parent bc9ac9f commit 8859576
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/hooks/heat-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export interface ServoHeatPoolInfo {
TeamCountryCode: string
TeamCountryName: string
TeamCountryFlagUrl: string
EntryNumber: number
CompEventEntryID: string
[nameKey: `Part${number}`]: string
[lastNameKey: `Part${number}_Last`]: string
}
Expand Down
2 changes: 1 addition & 1 deletion src/views/OnFloorWallLive.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
Station {{ heatInfos[0].Station }} — {{ heatInfos[0].DivisionName }} {{ heatInfos[0].AgeGroupName?.replace(/\s?\(.*$/, '') }} {{ heatInfos[0].GenderName }}
</p>
<p class="pb-4">
{{ heatInfos[0].Event }}
#{{ heatInfos[0].EntryNumber }}: {{ heatInfos[0].Event }}
</p>
<div
class="font-bold"
Expand Down

0 comments on commit 8859576

Please sign in to comment.