diff --git a/src/lib/components/modules/PreviouslyPlayedSongs.svelte b/src/lib/components/modules/PreviouslyPlayedSongs.svelte index d70a76f..36474cd 100644 --- a/src/lib/components/modules/PreviouslyPlayedSongs.svelte +++ b/src/lib/components/modules/PreviouslyPlayedSongs.svelte @@ -179,7 +179,7 @@ {@const topScore = map.scores.reduce((max, score) => score.score > max.score ? score : max)} emoji_events - {topScore.player?.name || topScore.player?.discordInfo?.username}: {Number(topScore.tournamentId).toLocaleString()} + {topScore.player?.name || topScore.player?.discordInfo?.username}: {topScore.accuracy.toString()}% {/if}