Skip to content

Commit 4952a70

Browse files
committed
Bug check
1 parent c61c554 commit 4952a70

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/application/services/useNote.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,8 @@ export default function (options: UseNoteComposableOptions): UseNoteComposableSt
386386
title: currentNoteTitle,
387387
url: route.path,
388388
});
389-
390-
updateNoteHierarchyContent(noteHierarchy.value, currentNoteTitle);
391389
}
390+
updateNoteHierarchyContent(noteHierarchy.value, currentNoteTitle);
392391
});
393392

394393
return {

0 commit comments

Comments
 (0)