Skip to content

Commit 9cfeebd

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

machines/eb-app-ui/home/ui/galaxy-dev/src/lib/components/pri/meeting/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 meetings as p (p.id)}
21+
{#each meetings as p (p.membership_id)}
2222
<Item {p} />
2323
{/each}
2424

0 commit comments

Comments
 (0)