From 9adf24da012cb067553d2b057bda6cfffc32a1f0 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 24 Dec 2025 19:23:17 +0200 Subject: [PATCH] chore(client): address requested changes --- apps/client/src/widgets/collections/legacy/ListOrGridView.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/widgets/collections/legacy/ListOrGridView.tsx b/apps/client/src/widgets/collections/legacy/ListOrGridView.tsx index d857b96d0..8180e6d65 100644 --- a/apps/client/src/widgets/collections/legacy/ListOrGridView.tsx +++ b/apps/client/src/widgets/collections/legacy/ListOrGridView.tsx @@ -190,6 +190,7 @@ function NoteChildren({ note, parentNote, highlightedTokens, currentLevel, expan }, [ note, includeArchived ]); return childNotes?.map(childNote =>