Added speed uhc mode table stats

This commit is contained in:
2025-09-17 20:04:09 +02:00
parent 7042a437ae
commit 9c3e0edd90
6 changed files with 181 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ export function PlayerStats(
"woolgames": <WoolGamesStats stats={stats.WoolGames} />,
"blitz": <BlitzStats stats={stats.Blitz} />,
"arcade": <ArcadeStats stats={stats.Arcade} />,
"speeduhc": <SpeedUHCStats stats={stats.SpeedUHC} />
"speeduhc": <SpeedUHCStats stats={stats.SpeedUHC} uhcCoins={stats.UHC?.coins} />
} as const
const defaultOrder = Object.keys(statsComponents)