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