diff --git a/src/pages/Profile/ProfilePage.tsx b/src/pages/Profile/ProfilePage.tsx index 2c4ec78..84c2211 100644 --- a/src/pages/Profile/ProfilePage.tsx +++ b/src/pages/Profile/ProfilePage.tsx @@ -36,7 +36,7 @@ function ProfilePage(){ useEffect(() => { update(); - }, [update]); + }, []); return (