From 3aebf1c00b64e278c9c9b55b9ab0ebd5ad380295 Mon Sep 17 00:00:00 2001 From: buttercat1791 Date: Mon, 16 Jun 2025 08:40:04 -0500 Subject: [PATCH] Remove unneeded TODO --- src/lib/components/publications/TableOfContents.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/components/publications/TableOfContents.svelte b/src/lib/components/publications/TableOfContents.svelte index 3e21823..b4faee0 100644 --- a/src/lib/components/publications/TableOfContents.svelte +++ b/src/lib/components/publications/TableOfContents.svelte @@ -76,7 +76,6 @@ {:else} - {#each entries as entry} {@const address = entry.address} {@const expanded = toc.expandedMap.get(address) ?? false}