From e4d61560a7fce35ff077d00ef2b11188fdfe677f Mon Sep 17 00:00:00 2001 From: subsub-e Date: Tue, 20 Aug 2024 12:26:09 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20sharedLink=20=EB=A1=9C=EC=A7=81=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/src/pages/joinEvent/commentList/Redirect.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/src/pages/joinEvent/commentList/Redirect.jsx b/service/src/pages/joinEvent/commentList/Redirect.jsx index 0d1fba9..6393c50 100644 --- a/service/src/pages/joinEvent/commentList/Redirect.jsx +++ b/service/src/pages/joinEvent/commentList/Redirect.jsx @@ -8,8 +8,8 @@ function Redirect() { console.log(commentId); const getLink = async () => { const response = await getRedirectLink(commentId); - navigate(response); console.log(response); + navigate(response); }; useEffect(() => {