diff --git a/front/src/pages/UserPage.tsx b/front/src/pages/UserPage.tsx index b3b78c6..c03a79e 100644 --- a/front/src/pages/UserPage.tsx +++ b/front/src/pages/UserPage.tsx @@ -28,7 +28,7 @@ export default function UserPage() { }, 2000) return () => { clearInterval(id) } - }, []) + }, [username]) if (!user) { return