From b876240cfdb240ab2a22cf7d42d07c7739d8903f Mon Sep 17 00:00:00 2001 From: Silberengel Date: Mon, 17 Nov 2025 10:47:00 +0100 Subject: [PATCH] bug-fix --- src/components/Note/PublicationIndex/PublicationIndex.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Note/PublicationIndex/PublicationIndex.tsx b/src/components/Note/PublicationIndex/PublicationIndex.tsx index 45842b6..74b277b 100644 --- a/src/components/Note/PublicationIndex/PublicationIndex.tsx +++ b/src/components/Note/PublicationIndex/PublicationIndex.tsx @@ -848,7 +848,6 @@ export default function PublicationIndex({ // Step 1: Collect ALL references (including nested ones) by traversing the tree const allRefs = new Map() const refsToProcess = [...initialRefs] - const processedCoordinates = new Set() logger.info('[PublicationIndex] Starting batch fetch, collecting all references...')