Fix leaderboard formatting
This commit is contained in:
parent
1f20a611da
commit
9cabbc8813
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ const onLeaderboard = (_text: string, roomId: string) => {
|
|||
"",
|
||||
`<h3>Leaderboard</h3>
|
||||
<ul>
|
||||
${users.map(mapUsersToLeaderboard)}
|
||||
${users.map(mapUsersToLeaderboard).join("")}
|
||||
</ul>`,
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue