From c6cc12fbc2235633fc12c687bea39c5a785ed504 Mon Sep 17 00:00:00 2001
From: Liam
Date: Sun, 29 Oct 2023 15:35:48 +0000
Subject: [PATCH] update wording
---
src/components/player/PlayerInfo.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/player/PlayerInfo.tsx b/src/components/player/PlayerInfo.tsx
index 38ba08a..ea2ae88 100644
--- a/src/components/player/PlayerInfo.tsx
+++ b/src/components/player/PlayerInfo.tsx
@@ -247,7 +247,7 @@ export default function PlayerInfo({ playerData }: PlayerInfoProps) {
}
+ tooltip={Their highest pp play
}
value={`${formatNumber(
getHighestPpPlay(playerId)?.toFixed(2),
)}pp`}