diff --git a/apps/client/src/widgets/layout/StatusBar.tsx b/apps/client/src/widgets/layout/StatusBar.tsx index 50c048760..7d1b17e91 100644 --- a/apps/client/src/widgets/layout/StatusBar.tsx +++ b/apps/client/src/widgets/layout/StatusBar.tsx @@ -42,6 +42,7 @@ export default function StatusBar() { const [ attributesShown, setAttributesShown ] = useState(false); const context: StatusBarContext | undefined | null = note && noteContext && { note, notePath, noteContext, viewScope, hoistedNoteId }; const attributesContext: AttributesProps | undefined | null = context && { ...context, attributesShown, setAttributesShown }; + const isHiddenNote = note?.isInHiddenSubtree(); return (
@@ -53,7 +54,7 @@ export default function StatusBar() {
- + {!isHiddenNote && }