From 7b2d995ab996db899a51ca0969fb554dfe0100fd Mon Sep 17 00:00:00 2001 From: MyungJiwoo <1206jiwoo@gmail.com> Date: Thu, 10 Oct 2024 00:15:12 +0900 Subject: [PATCH] =?UTF-8?q?#91=20fix:=20=EB=A7=88=EC=9D=B4=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=EC=97=90=EC=84=9C=20=EC=B1=8C=EB=A6=B0?= =?UTF-8?q?=EC=A7=80=EB=A1=9C=20=EC=95=88=20=EB=84=98=EC=96=B4=EA=B0=80?= =?UTF-8?q?=EB=8A=94=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/MyPage.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/MyPage.tsx b/src/pages/MyPage.tsx index fac3d2f..e5f3070 100644 --- a/src/pages/MyPage.tsx +++ b/src/pages/MyPage.tsx @@ -225,7 +225,8 @@ const MyPage = () => {
{ - navigate(`/challenge/${challengeId}`); + // navigate(`/challenge/${challengeId}`); + navigate(`/challenge/${challengeId}`, { state: { title: title } }); }} >