diff --git a/frontend/src/components/tent/tentSection.tsx b/frontend/src/components/tent/tentSection.tsx index 1e1d576..a641ab9 100644 --- a/frontend/src/components/tent/tentSection.tsx +++ b/frontend/src/components/tent/tentSection.tsx @@ -59,7 +59,7 @@ export const TentPublic = () => { fetchUsers(); fetchTent(); fetchWEIStatus(); - }, [roles]); + }, []); useEffect(() => { if (!roles.includes('Nouveau')) return;