Editor
{#each matches as match}
selectMatch(match.matchId)}>
{match.matchId}
{/each}
{#if selectedMatchLog !== undefined}
{:else}
{/if}
Submit