third place marks

This commit is contained in:
2026-06-27 12:15:34 -05:00
parent bf931e70c0
commit a721de5b23
4 changed files with 115 additions and 187 deletions

View File

@@ -16,6 +16,7 @@ interface ApiData {
groupTables: GroupTable[];
groupTablesLive: GroupTable[];
thirdTable: ThirdPlaceRow[];
secureThirdTeams: string[];
annexAssignment: ThirdAssignment | null;
annexResolved: boolean;
}
@@ -128,7 +129,7 @@ export default function Home() {
/>
)}
{data && tab === "thirds" && (
<ThirdPlace rows={data.thirdTable} teams={data.teams} />
<ThirdPlace rows={data.thirdTable} teams={data.teams} secureTeams={data.secureThirdTeams} />
)}
{data && tab === "bracket" && (
<Bracket