change the top score to actually show the acuracy in the prev played
This commit is contained in:
parent
7d12e4d47f
commit
5ae7c790be
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@
|
||||||
{@const topScore = map.scores.reduce((max, score) => score.score > max.score ? score : max)}
|
{@const topScore = map.scores.reduce((max, score) => score.score > max.score ? score : max)}
|
||||||
<span class="top-score">
|
<span class="top-score">
|
||||||
<span class="material-icons">emoji_events</span>
|
<span class="material-icons">emoji_events</span>
|
||||||
{topScore.player?.name || topScore.player?.discordInfo?.username}: {Number(topScore.tournamentId).toLocaleString()}
|
{topScore.player?.name || topScore.player?.discordInfo?.username}: {topScore.accuracy.toString()}%
|
||||||
</span>
|
</span>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue