{#if data.length > 0}
{username}'s last matchs
Date
Players
Scores
{#each data as match}
{displayDate(match.date.toString())}
{match.players[0].username}
{match.players[1] .username}
{match.score[0]}
{match.score[1]}
{/each}
{:else}
No matches to display
{/if}
0} threshold={10} on:loadMore={fetchData} />