From 4b098e2008afa57fd0531246e4f6df6b98e2c5ca Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 19 Feb 2026 22:20:18 +0200 Subject: [PATCH] ui/list & grid view: correct attribute name --- .../src/widgets/collections/legacy/ListOrGridView.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/client/src/widgets/collections/legacy/ListOrGridView.tsx b/apps/client/src/widgets/collections/legacy/ListOrGridView.tsx index 54ee065fd3..22ade248d9 100644 --- a/apps/client/src/widgets/collections/legacy/ListOrGridView.tsx +++ b/apps/client/src/widgets/collections/legacy/ListOrGridView.tsx @@ -30,13 +30,13 @@ export function ListView({ note, noteIds: unfilteredNoteIds, highlightedTokens } const hasCollectionProperties = [ "book", "search" ].includes(noteType ?? ""); return ( -
+
} /> - { noteIds.length > 0 &&
+ { noteIds.length > 0 &&
{!hasCollectionProperties && } @@ -63,13 +63,13 @@ export function GridView({ note, noteIds: unfilteredNoteIds, highlightedTokens } const hasCollectionProperties = [ "book", "search" ].includes(noteType ?? ""); return ( -
+
} /> -
+
{!hasCollectionProperties && }