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) {