diff --git a/frontend/src/lib/components/WhatsNewModal.svelte b/frontend/src/lib/components/WhatsNewModal.svelte index 6a1d343..e1d74e6 100644 --- a/frontend/src/lib/components/WhatsNewModal.svelte +++ b/frontend/src/lib/components/WhatsNewModal.svelte @@ -116,7 +116,7 @@
- {#each renderedSections as section, i} + {#each renderedSections as section, i (section.tag)} {#if i > 0}
{/if}