From 45b2ae17635bff7c2acadeb46e26a3be894a7112 Mon Sep 17 00:00:00 2001 From: Taken Date: Sat, 6 Sep 2025 20:16:18 +0200 Subject: [PATCH] Space --- src/app/(stats)/player/[ign]/_stats/pit/progress.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/(stats)/player/[ign]/_stats/pit/progress.tsx b/src/app/(stats)/player/[ign]/_stats/pit/progress.tsx index 441b9f6..c7073c7 100644 --- a/src/app/(stats)/player/[ign]/_stats/pit/progress.tsx +++ b/src/app/(stats)/player/[ign]/_stats/pit/progress.tsx @@ -2,6 +2,7 @@ import { formatNumber } from "@/lib/formatters" import { getProgress } from "@/lib/hypixel/general" import { getPrestigeColor, getXpForPrestige } from "@/lib/hypixel/pit/general" import GenericProgress from "../../_components/GenericProgress" + export default function PitProgress({ prestige, xp }: { prestige: number, xp: number }) { const presColor = getPrestigeColor(prestige) const currentXp = getXpForPrestige(prestige)