diff --git a/src/Detail/components/LecueNoteListContainer/index.tsx b/src/Detail/components/LecueNoteListContainer/index.tsx index 9ea5fd16..068553b7 100644 --- a/src/Detail/components/LecueNoteListContainer/index.tsx +++ b/src/Detail/components/LecueNoteListContainer/index.tsx @@ -100,7 +100,7 @@ function LecueNoteListContainer(props: LecueNoteListContainerProps) { if (isLoggedIn) { sessionStorage.setItem('scrollPosition', window.scrollY.toString()); const path = isSticker ? '/sticker-pack' : '/create-note'; - navigate(path, { state: { bookId }, replace: true }); + navigate(path, { state: { bookId } }); } else { setModalOn(true); }