Skip to content

Commit 8a7684f

Browse files
committed
refactor(eb-app-ui): sync pri/room/list.svelte
1 parent 9cfeebd commit 8a7684f

1 file changed

Lines changed: 1 addition & 1 deletion

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<!-- -------------------------------------------------------------------------->
1919
<section id="list">
2020
<div class="row mx-auto mt-2 g-3">
21-
{#each rooms as p (p.id)}
21+
{#each rooms as p (p.partnership_id)}
2222
<Item {p} />
2323
{/each}
2424

0 commit comments

Comments
 (0)