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 && ( - + )}
);