Compare commits

..

No commits in common. "871010f8cb12871d7dfcd95613ecd19ef0f065b9" and "74a6ef945c04cedebee16af1b71dd974071a60f1" have entirely different histories.

2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 KiB

View File

@ -247,7 +247,7 @@ export default function PlayerInfo({ playerData }: PlayerInfoProps) {
<Label <Label
title="+ 1pp" title="+ 1pp"
className="bg-[#8992e8]" className="bg-[#8992e8]"
hoverValue="Amount of raw pp required to increase your global pp by 1pp" hoverValue="Amount of raw pp required to increase your pp by 1pp"
value={`${formatNumber( value={`${formatNumber(
calcPpBoundary(playerId, 1)?.toFixed(2), calcPpBoundary(playerId, 1)?.toFixed(2),
)}pp raw per global`} )}pp raw per global`}