From 57e888911dec47b7f96b83742b52769b6fa6f153 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Tue, 24 Feb 2026 10:15:51 +0200 Subject: [PATCH] ui/list & grid view: refactor --- .../src/widgets/collections/legacy/ListOrGridView.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/client/src/widgets/collections/legacy/ListOrGridView.tsx b/apps/client/src/widgets/collections/legacy/ListOrGridView.tsx index ce93e507a6..1bb7b71d65 100644 --- a/apps/client/src/widgets/collections/legacy/ListOrGridView.tsx +++ b/apps/client/src/widgets/collections/legacy/ListOrGridView.tsx @@ -28,7 +28,7 @@ export function ListView({ note, noteIds: unfilteredNoteIds, highlightedTokens } const [ includeArchived ] = useNoteLabelBoolean(note, "includeArchived"); const noteType = useNoteProperty(note, "type"); - return + return {pageNotes?.map(childNote => ( + return
}