diff --git a/frontend/src/pages/ProfilePage.tsx b/frontend/src/pages/ProfilePage.tsx index 262e860b7..b621bc381 100644 --- a/frontend/src/pages/ProfilePage.tsx +++ b/frontend/src/pages/ProfilePage.tsx @@ -16,7 +16,7 @@ const ProfilePage = () => { useEffect(() => { setIsLoading(true); setIsLoading(false); - }, []); + }, [myInfo]); return ( <>