From db116981b8af9e17ffb17c0b056acc4efa8da9be Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 16 Dec 2025 17:52:02 +0200 Subject: [PATCH] fix(note_info): MIME type entry shown even when empty --- apps/client/src/widgets/layout/StatusBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/layout/StatusBar.tsx b/apps/client/src/widgets/layout/StatusBar.tsx index c80d58aea..2f53f6b89 100644 --- a/apps/client/src/widgets/layout/StatusBar.tsx +++ b/apps/client/src/widgets/layout/StatusBar.tsx @@ -236,7 +236,7 @@ export function NoteInfoBadge({ note, setSimilarNotesShown }: NoteInfoContext) { {" "}{currentNoteTypeData?.title}} /> - + {note.mime && } {note.noteId}} /> } />