From 01b0808a8cf9f3728fcaf3a5345766e1819bfeb8 Mon Sep 17 00:00:00 2001 From: Taken Date: Mon, 8 Sep 2025 00:20:26 +0200 Subject: [PATCH] Forgot this smh --- src/app/(stats)/player/[ign]/_components/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(stats)/player/[ign]/_components/Sidebar.tsx b/src/app/(stats)/player/[ign]/_components/Sidebar.tsx index 18ed175..6f244ac 100644 --- a/src/app/(stats)/player/[ign]/_components/Sidebar.tsx +++ b/src/app/(stats)/player/[ign]/_components/Sidebar.tsx @@ -51,7 +51,7 @@ export default function Sidebar({ level, ign, player, guild, rank, specialRank,

{"Total coins: "} - {formatNumber(getTotalCoins(player.stats as Record>))} + {formatNumber(getTotalCoins(player.stats))}