From 5ec3fc0f51bcf41262f95767c472b84ea2c70fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Poncin?= Date: Mon, 24 Aug 2026 21:43:12 +0200 Subject: [PATCH] fix: bon bon bon bon --- frontend/src/components/tent/tentSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;