diff --git a/app/assets/javascripts/components/NotesOptions/NotesOptions.tsx b/app/assets/javascripts/components/NotesOptions/NotesOptions.tsx index c0d2467d1..0fc88dbae 100644 --- a/app/assets/javascripts/components/NotesOptions/NotesOptions.tsx +++ b/app/assets/javascripts/components/NotesOptions/NotesOptions.tsx @@ -373,6 +373,17 @@ export const NotesOptions = observer( + {notes.length === 1 && ( + <> +
+ + + )}
{appState.tags.tagsCount > 0 && ( @@ -555,13 +566,6 @@ export const NotesOptions = observer( )} {notes.length === 1 ? ( <> -
-