From 6f9869b1b19c53b64928a57dc0527ae247b1bd2f Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 27 Oct 2023 11:17:06 +0100 Subject: [PATCH] add more stats --- src/components/player/PlayerInfo.tsx | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/src/components/player/PlayerInfo.tsx b/src/components/player/PlayerInfo.tsx index 2c24d71..84712ce 100644 --- a/src/components/player/PlayerInfo.tsx +++ b/src/components/player/PlayerInfo.tsx @@ -109,6 +109,7 @@ export default function PlayerInfo({ playerData }: PlayerInfoProps) { } const isOwnProfile = settingsStore.player?.id == playerId; + const scoreStats = playerData.scoreStats; return ( @@ -202,22 +203,30 @@ export default function PlayerInfo({ playerData }: PlayerInfoProps) {