add PP to the acc chart for a score
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m23s
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m23s
This commit is contained in:
@ -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>
|
||||
)}
|
||||
|
||||
|
Reference in New Issue
Block a user