This commit is contained in:
2023-12-24 23:00:20 +01:00
parent c5effd8f7f
commit a2687083e0
16 changed files with 91 additions and 38 deletions

View File

@ -40,7 +40,7 @@
<td>{t("elo.name")}</td>
<td>{t("elo.elo")}</td>
</tr>
{#each data as player, i}
{#each data as player, i (player.id)}
<tr>
<td>{`${i + 1}.`}</td>
<td>{player.name}</td>