Fixed small bug
This commit is contained in:
@@ -12,7 +12,7 @@ export default function PitProgress({ prestige, xp }: { prestige: number, xp: nu
|
|||||||
return (
|
return (
|
||||||
<GenericProgress
|
<GenericProgress
|
||||||
tooltipId="pit-progress"
|
tooltipId="pit-progress"
|
||||||
tooltipContent={`${formatNumber(currentXp)}/${formatNumber(nextXp)} XP`}
|
tooltipContent={`${formatNumber(xp)}/${formatNumber(nextXp)} XP`}
|
||||||
percent={percent}
|
percent={percent}
|
||||||
className={`bg-mc-${presColor}`}
|
className={`bg-mc-${presColor}`}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user