diff --git a/src/pages/Profile/Profile.tsx b/src/pages/Profile/Profile.tsx index 5f34611..c15e01c 100644 --- a/src/pages/Profile/Profile.tsx +++ b/src/pages/Profile/Profile.tsx @@ -49,7 +49,7 @@ function Profile() { useEffect(() => { fetchData(); - }, [userData]); + }, []); const handleUpdate = () => { fetchData();