From b9925813dbfa0e0305a08ffd41a651ffb72b011f Mon Sep 17 00:00:00 2001 From: buttercat1791 Date: Tue, 6 May 2025 21:40:25 -0500 Subject: [PATCH] Remove completed TODOs --- src/lib/components/PublicationSection.svelte | 2 -- 1 file changed, 2 deletions(-) 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}