diff --git a/ElectronClient/app/gui/NoteText.jsx b/ElectronClient/app/gui/NoteText.jsx index 6ca64b7c1..2a98238c3 100644 --- a/ElectronClient/app/gui/NoteText.jsx +++ b/ElectronClient/app/gui/NoteText.jsx @@ -835,10 +835,9 @@ class NoteTextComponent extends React.Component { } const toolbarItems = []; - if (note && this.state.folder !== null - && this.props.notesParentType == 'Search') { + && ['Search', 'Tag'].includes(this.props.notesParentType)) { toolbarItems.push({ title: this.state.folder.title, iconName: 'fa-folder-o',