Skip to content

Commit ef8d93a

Browse files
committed
refactor(eb-app-ui): sync room/list.svelte
1 parent 7f31ec2 commit ef8d93a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • machines/eb-app-ui/home/ui/galaxy-dev/src/lib/components/pri/room

machines/eb-app-ui/home/ui/galaxy-dev/src/lib/components/pri/room/list.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
<!-- -------------------------------------------------------------------------->
1919
<section id="list">
2020
<div class="row mx-auto mt-2 g-3">
21-
{#each rooms as p}
21+
{#each rooms as p (p.id)}
2222
<Item {p} />
2323
{/each}
2424

25-
{#each candidacies as p}
25+
{#each candidacies as p (p.id)}
2626
<Candidacy {p} />
2727
{/each}
2828

0 commit comments

Comments
 (0)