fix null weighted pp and now show raw pp on hover of pp on score

This commit is contained in:
Lee
2023-10-29 15:50:04 +00:00
parent c6cc12fbc2
commit 7628c03571
2 changed files with 19 additions and 4 deletions
src/components/player

@ -141,6 +141,7 @@ export default function Scores({ playerData, page, sortType }: ScoresProps) {
player={playerData}
score={score}
leaderboard={leaderboard}
ownProfile={settingsStore?.player}
/>
);
})