This commit is contained in:
parent
ae96719976
commit
1ce3a2a451
@ -249,10 +249,12 @@ export default function Player({ params }: { params: { id: string } }) {
|
||||
)}
|
||||
<ScoreStatLabel
|
||||
value={
|
||||
(
|
||||
(score.baseScore / leaderboard.maxScore) *
|
||||
100
|
||||
).toFixed(2) + "%"
|
||||
!leaderboard.maxScore
|
||||
? formatNumber(score.baseScore)
|
||||
: (
|
||||
(score.baseScore / leaderboard.maxScore) *
|
||||
100
|
||||
).toFixed(2) + "%"
|
||||
}
|
||||
/>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user