From ff6aafb24c86e1205a48a63d461bdd547b285a72 Mon Sep 17 00:00:00 2001 From: Alexis Leboeuf Date: Thu, 11 Dec 2025 22:07:18 +0100 Subject: [PATCH] Fixed double Chantier display + temporarily removed role condition to change chantier status --- app/(tabs)/home.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/app/(tabs)/home.tsx b/app/(tabs)/home.tsx index 804cd25..afea794 100644 --- a/app/(tabs)/home.tsx +++ b/app/(tabs)/home.tsx @@ -24,14 +24,11 @@ export default function Home() { - - {role === "chef" && ( - - - - )} - {role === "resp"} + + + + {role === "chef"}