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