Version 1.0 - Stable
This commit is contained in:
@@ -30,7 +30,7 @@ export default function EventResultsClient({
|
||||
eventId,
|
||||
initialStandings
|
||||
}: {
|
||||
eventId: string;
|
||||
eventId: number;
|
||||
initialStandings: TeamStanding[]
|
||||
}) {
|
||||
const [standings, setStandings] = useState<TeamStanding[]>(initialStandings);
|
||||
|
||||
Reference in New Issue
Block a user