From 7a1ff42d67fe2a9b46e0eea743e51e95f4f5b722 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 14 Dec 2025 21:29:10 +0200 Subject: [PATCH] feat(layout/search_properties): expand search properties --- apps/client/src/widgets/layout/NoteTitleActions.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/client/src/widgets/layout/NoteTitleActions.tsx b/apps/client/src/widgets/layout/NoteTitleActions.tsx index 6325e9a31..56bbb4b2b 100644 --- a/apps/client/src/widgets/layout/NoteTitleActions.tsx +++ b/apps/client/src/widgets/layout/NoteTitleActions.tsx @@ -21,9 +21,10 @@ export default function NoteTitleActions() { } function SearchProperties({ note, ntxId }: { note: FNote, ntxId: string | null | undefined }) { - return ( + return (note &&