diff --git a/src/app/(stats)/player/[ign]/_stats/smashheros/smashheros.tsx b/src/app/(stats)/player/[ign]/_stats/smashheros/smashheros.tsx index d676992..fe4f9f9 100644 --- a/src/app/(stats)/player/[ign]/_stats/smashheros/smashheros.tsx +++ b/src/app/(stats)/player/[ign]/_stats/smashheros/smashheros.tsx @@ -35,15 +35,15 @@ export default function SmashHerosStats({ stats }: { stats: NonNullStats["SmashH }, { title:
KD
, - stat:{kd}
+ stat:{kd}
}, { title:Wins
, - stat:{formatNumber(stats.wins)}
+ stat:{formatNumber(stats.wins)}
}, { title:WL
, - stat:{wl}
+ stat:{wl}
} ]} >