From d2fb2def340728dffaa2a4f225b8e3779c1c458f Mon Sep 17 00:00:00 2001 From: dahoud Date: Wed, 15 Oct 2025 22:34:59 +0000 Subject: [PATCH] fix: Remove size prop from Tag components in planning/materiel/page.tsx --- app/(main)/planning/materiel/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/(main)/planning/materiel/page.tsx b/app/(main)/planning/materiel/page.tsx index faee3a4..a77f2bc 100644 --- a/app/(main)/planning/materiel/page.tsx +++ b/app/(main)/planning/materiel/page.tsx @@ -754,10 +754,10 @@ const MaterielPage = () => {
{maintenancesPrevues > 0 && ( - + )} {maintenancesEnCours > 0 && ( - + )}
);