diff --git a/plugins/view-resources/src/components/list/ListCategories.svelte b/plugins/view-resources/src/components/list/ListCategories.svelte index 4cf9f97b06..b1392ea7cf 100644 --- a/plugins/view-resources/src/components/list/ListCategories.svelte +++ b/plugins/view-resources/src/components/list/ListCategories.svelte @@ -93,33 +93,35 @@ {#each categories as category, i} {@const items = groupedDocs[category] ?? []} - + {#key category} + + {/key} {/each}