add index key to ExploreGrid for consistency
This commit is contained in:
parent
4c2b466e5a
commit
f617364cb4
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
<p class="empty">No teams found.</p>
|
||||
{:else}
|
||||
<ul class="grid" role="list">
|
||||
{#each items as p}
|
||||
{#each items as p, i (i)}
|
||||
<li><GridRep party={p} /></li>
|
||||
{/each}
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Reference in a new issue