From 62a88dab834c21df772862b6149826fe4628b7a0 Mon Sep 17 00:00:00 2001 From: T'JAMPENS QUENTIN p2406187 Date: Fri, 30 Jan 2026 14:57:43 +0100 Subject: [PATCH] fix useEffect --- src/pages/Profile/ProfilePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (