Skip to content

Commit eebaaac

Browse files
committed
Add one missed file
1 parent 71ad653 commit eebaaac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/viewer/src/lib/entry-editor/ItemList.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</script>
2121

2222
<div class="flex gap-2 flex-wrap items-center">
23-
{#each items as item, index}
23+
{#each items as item, index (item)}
2424
<ItemListItem
2525
{item}
2626
{index}

0 commit comments

Comments
 (0)