WIP: Creating cells and brackets
This commit is contained in:
@@ -9,13 +9,7 @@
|
||||
{#each data.rounds as round}
|
||||
<div class="min-w-36">
|
||||
{#each round as match}
|
||||
<HeadToHeadCell
|
||||
player1={match.player1}
|
||||
player2={match.player2}
|
||||
player1Seed={match.seed1}
|
||||
player2Seed={match.seed2}
|
||||
setId={match.matchId}
|
||||
/>
|
||||
<HeadToHeadCell playerSet={match} />
|
||||
{/each}
|
||||
</div>
|
||||
{/each}
|
||||
|
||||
Reference in New Issue
Block a user