diff --git a/src/app/(stats)/player/[ign]/_stats/copsandcrims/copsandcrims.tsx b/src/app/(stats)/player/[ign]/_stats/copsandcrims/copsandcrims.tsx index 93f2353..264d881 100644 --- a/src/app/(stats)/player/[ign]/_stats/copsandcrims/copsandcrims.tsx +++ b/src/app/(stats)/player/[ign]/_stats/copsandcrims/copsandcrims.tsx @@ -28,7 +28,7 @@ export default function CopsAndCrimsStats({ stats }: { stats: NonNullStats["Cops stats={[ { title:
Score
, - stat:{formatNumber(score)}
+ stat:{formatNumber(score)}
}, { title:Kills
, diff --git a/src/app/(stats)/player/[ign]/_stats/duels/duels.tsx b/src/app/(stats)/player/[ign]/_stats/duels/duels.tsx index a7989ad..0780b0a 100644 --- a/src/app/(stats)/player/[ign]/_stats/duels/duels.tsx +++ b/src/app/(stats)/player/[ign]/_stats/duels/duels.tsx @@ -29,7 +29,7 @@ export default function DuelsStats({ stats }: { stats: NonNullStats["Duels"] }) { title:Division
, stat: ( -+
{div !== null ?
(
diff --git a/src/app/(stats)/player/[ign]/_stats/megawalls/megawalls.tsx b/src/app/(stats)/player/[ign]/_stats/megawalls/megawalls.tsx
index a6cc5fd..7f7d269 100644
--- a/src/app/(stats)/player/[ign]/_stats/megawalls/megawalls.tsx
+++ b/src/app/(stats)/player/[ign]/_stats/megawalls/megawalls.tsx
@@ -31,7 +31,7 @@ export default function MegaWallsStats({ stats }: { stats: NonNullStats["MegaWal
{
title: Main
+
{mostPlayed !== null ? mostPlayed.name : "Unknown"}
+ [
+ {prestige > 0 && {romanize(prestige)}}
+ {prestige > 0 && -}
+ {level}
+ ]
+ Level
- [
- {prestige > 0 && {romanize(prestige)}}
- {prestige > 0 && -}
- {level}
- ]
- Kills