From edb0e55bbe0516efa59f6b6129c0d3a07804b4bf Mon Sep 17 00:00:00 2001 From: seoAreum <1971236@hansung.ac.kr> Date: Mon, 22 Apr 2024 12:33:53 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=9D=BC=EC=9A=B0=ED=8C=85=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Home/components/NoBookmarkList/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Home/components/NoBookmarkList/index.tsx b/src/Home/components/NoBookmarkList/index.tsx index c2c43909..46150723 100644 --- a/src/Home/components/NoBookmarkList/index.tsx +++ b/src/Home/components/NoBookmarkList/index.tsx @@ -6,7 +6,7 @@ const NoBookmarkList = () => { const navigate = useNavigate(); const handleClickNavigateBtn = () => { - navigate('/mypage'); + navigate('/mypage/history', { state: 2 }); }; return (