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