We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f31ec2 commit ef8d93aCopy full SHA for ef8d93a
1 file changed
machines/eb-app-ui/home/ui/galaxy-dev/src/lib/components/pri/room/list.svelte
@@ -18,11 +18,11 @@
18
<!-- -------------------------------------------------------------------------->
19
<section id="list">
20
<div class="row mx-auto mt-2 g-3">
21
- {#each rooms as p}
+ {#each rooms as p (p.id)}
22
<Item {p} />
23
{/each}
24
25
- {#each candidacies as p}
+ {#each candidacies as p (p.id)}
26
<Candidacy {p} />
27
28
0 commit comments