diff --git a/src/sections/HistoriaClinica.tsx b/src/sections/HistoriaClinica.tsx index c65ef94..8609a7b 100644 --- a/src/sections/HistoriaClinica.tsx +++ b/src/sections/HistoriaClinica.tsx @@ -1677,13 +1677,15 @@ const resetRes = () => { - {cs.length === 0 ?

No hay cultivos

: +
+
+ {cs.length === 0 ?

No hay cultivos

: cs.map(c => ( - +
-
+
-
+
@@ -1694,7 +1696,7 @@ const resetRes = () => {
-
+
{c.estado === 'NAF/Pendiente' && ( <> @@ -1744,8 +1746,9 @@ const resetRes = () => { )}
- )) - } + ))} +
+
); }