Version 1.0 - Stable

This commit is contained in:
2026-01-06 16:59:05 +00:00
parent 8de538cc29
commit 81b497517e
9 changed files with 7038 additions and 7068 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export default function EventResultsClient({
eventId,
initialStandings
}: {
eventId: string;
eventId: number;
initialStandings: TeamStanding[]
}) {
const [standings, setStandings] = useState<TeamStanding[]>(initialStandings);