diff --git a/src/app/(stats)/player/[ign]/_stats/speeduhc/table.tsx b/src/app/(stats)/player/[ign]/_stats/speeduhc/table.tsx index 2630881..b056312 100644 --- a/src/app/(stats)/player/[ign]/_stats/speeduhc/table.tsx +++ b/src/app/(stats)/player/[ign]/_stats/speeduhc/table.tsx @@ -38,7 +38,7 @@ function SpeedUHCMasteryStatRow( const isBest = getSpeedUHCBestMastery(stats) === id return ( - + {modeName} {modeStats.map((v, i) => { return {formatNumber(v)} @@ -90,7 +90,7 @@ function SpeedUHCStatRow({ modeId, stats }: { modeId: Parameters + {modeName} {modeStats.map((v, i) => { return {formatNumber(v)}