From bcd8d6c14bca0279bab5b810a4f0a06e6d342122 Mon Sep 17 00:00:00 2001 From: jusohn Date: Mon, 27 Nov 2023 16:25:48 +0900 Subject: [PATCH] =?UTF-8?q?[FE]=20FIX:=20=ED=94=84=EB=A1=9C=ED=95=84=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8=20=EC=9A=94=EC=B2=AD=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/ProfilePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/ProfilePage.tsx b/frontend/src/pages/ProfilePage.tsx index 2a898d431..a23a0c407 100644 --- a/frontend/src/pages/ProfilePage.tsx +++ b/frontend/src/pages/ProfilePage.tsx @@ -40,7 +40,7 @@ const ProfilePage = () => { setTimeout(() => { setIsLoading(false); }, 350); - }, [myInfo]); + }, []); return ( <>