diff --git a/frontend/src/components/note/note_header.tsx b/frontend/src/components/note/note_header.tsx index 77dfe84..6f0248e 100644 --- a/frontend/src/components/note/note_header.tsx +++ b/frontend/src/components/note/note_header.tsx @@ -38,14 +38,12 @@ export function NoteHeader(props: { id: NoteId }) { -
-
- { noteMetadata.set("title", e.target.value)} - />} -
+
+ noteMetadata.set("title", e.target.value)} + />