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 && }