diff --git a/apps/client/src/widgets/layout/Breadcrumb.tsx b/apps/client/src/widgets/layout/Breadcrumb.tsx
index bc1494d3d..043a68206 100644
--- a/apps/client/src/widgets/layout/Breadcrumb.tsx
+++ b/apps/client/src/widgets/layout/Breadcrumb.tsx
@@ -65,8 +65,7 @@ export default function Breadcrumb() {
?
:
}
- {(index < notePaths.length - 1 || note?.hasChildren()) &&
- }
+
))
)}
@@ -226,7 +225,7 @@ function BreadcrumbSeparatorDropdownContent({ notePath, noteContext, activeNoteP
;
})}
-
+ {childNotes.length > 0 && }
note_create.createNote(notePath, { activate: true })}