From 414283fabcedeb90786e54c022cb221ed9639570 Mon Sep 17 00:00:00 2001 From: seoAreum <1971236@hansung.ac.kr> Date: Thu, 18 Jan 2024 20:06:06 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=85=B8=ED=8A=B8=20=EC=83=9D=EC=84=B1?= =?UTF-8?q?=20=ED=9B=84=20=ED=83=80=EC=9E=84=EC=95=84=EC=9B=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/LecueNote/page/LeceuNotePage/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LecueNote/page/LeceuNotePage/index.tsx b/src/LecueNote/page/LeceuNotePage/index.tsx index b68c5e44..30a2e53e 100644 --- a/src/LecueNote/page/LeceuNotePage/index.tsx +++ b/src/LecueNote/page/LeceuNotePage/index.tsx @@ -86,7 +86,7 @@ function LecueNotePage() { isIconClicked: isIconClicked, bookId: bookId, }); - navigate(`/lecue-book/${bookUuid}`); + setTimeout(() => navigate(`/lecue-book/${bookUuid}`), 1000); }; return putMutation.isLoading || postMutation.isLoading ? (