diff --git a/src/SelectBook/components/MakeLecueBookButton/index.tsx b/src/SelectBook/components/MakeLecueBookButton/index.tsx
index bd50a34d..321d6b06 100644
--- a/src/SelectBook/components/MakeLecueBookButton/index.tsx
+++ b/src/SelectBook/components/MakeLecueBookButton/index.tsx
@@ -10,7 +10,7 @@ function MakeLecueBookButton({ isActive, onClick }: MakeLecueBookButtonProps) {
return (
);
diff --git a/src/SelectBook/page/SelectBookPage/index.tsx b/src/SelectBook/page/SelectBookPage/index.tsx
index 82412dc3..bd18426b 100644
--- a/src/SelectBook/page/SelectBookPage/index.tsx
+++ b/src/SelectBook/page/SelectBookPage/index.tsx
@@ -35,7 +35,7 @@ function SelectBookPage() {
return (
-
+
{isClickedSelectButton ? (
diff --git a/src/Target/page/TargetPage/index.tsx b/src/Target/page/TargetPage/index.tsx
index b601cbb4..221311bf 100644
--- a/src/Target/page/TargetPage/index.tsx
+++ b/src/Target/page/TargetPage/index.tsx
@@ -47,6 +47,8 @@ function TargetPage() {
};
}
+ sessionStorage.setItem('name', name);
+
navigate('/select-book', {
state: { presignedFileName: presignedFileName, name: name },
});