-
-
-
- {parentNote?.title ?? t("mobile_note_navigator.loading")}
-
-
-
- {parentNote && (
+
+ {parentNote && (
+
+
+
+ {parentNote.title}
+
+
- )}
-
+
+ )}
- {!isLoaded ? (
-
- ) : children.length === 0 ? (
+ {!isLoaded ? null : children.length === 0 ? (
) : (
children.map((child) => (
@@ -166,6 +174,12 @@ export default function MobileNoteNavigator() {
))
)}
+
+ {!bodyVisible && (
+
+
+
+ )}