This commit is contained in:
parent
204b02b36a
commit
c6cc12fbc2
@ -247,7 +247,7 @@ export default function PlayerInfo({ playerData }: PlayerInfoProps) {
|
|||||||
<Label
|
<Label
|
||||||
title="Top PP"
|
title="Top PP"
|
||||||
className="bg-pp-blue"
|
className="bg-pp-blue"
|
||||||
tooltip={<p>Your highest pp play</p>}
|
tooltip={<p>Their highest pp play</p>}
|
||||||
value={`${formatNumber(
|
value={`${formatNumber(
|
||||||
getHighestPpPlay(playerId)?.toFixed(2),
|
getHighestPpPlay(playerId)?.toFixed(2),
|
||||||
)}pp`}
|
)}pp`}
|
||||||
|
Loading…
Reference in New Issue
Block a user