From 9e947f742d83638b6076251d1624fcb275900f8b Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 21 Aug 2025 12:15:12 +0300 Subject: [PATCH] fix(react/note_title): title shown on empty widget pane --- apps/client/src/widgets/note_title.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/widgets/note_title.tsx b/apps/client/src/widgets/note_title.tsx index 8c0cfae7d..963523fda 100644 --- a/apps/client/src/widgets/note_title.tsx +++ b/apps/client/src/widgets/note_title.tsx @@ -41,7 +41,7 @@ export default function NoteTitleWidget() { return (
- + />}
); }