add PP to the acc chart for a score
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m23s

This commit is contained in:
Lee
2024-10-27 15:08:20 +00:00
parent b889eee7ff
commit ffa4ab2b6c
2 changed files with 31 additions and 11 deletions

View File

@ -38,7 +38,7 @@ export function ScoreOverview({ highlightedPlayer, scoreStats, initialPage, lead
<>
{scoreStats && (
<div className="flex gap-2">
<PlayerScoreAccuracyChart scoreStats={scoreStats} />
<PlayerScoreAccuracyChart scoreStats={scoreStats} leaderboard={leaderboard} />
</div>
)}