diff --git a/src/lib/components/PublicationSection.svelte b/src/lib/components/PublicationSection.svelte index ae3170b..7e14a97 100644 --- a/src/lib/components/PublicationSection.svelte +++ b/src/lib/components/PublicationSection.svelte @@ -104,12 +104,10 @@ }); -
{#await Promise.all([leafTitle, leafContent, leafHierarchy, publicationType, divergingBranches])} {:then [leafTitle, leafContent, leafHierarchy, publicationType, divergingBranches]} - {#each divergingBranches as [branch, depth]} {@render sectionHeading(branch.getMatchingTags('title')[0]?.[1] ?? '', depth)} {/each}