From 35d0e4eb414b8bd03dba5771bb173666dfb970fc Mon Sep 17 00:00:00 2001 From: Sergio Nicolas Lavaise Date: Thu, 16 Apr 2026 09:23:50 -0300 Subject: [PATCH] Hacer Cultivos responsive estilo Pacientes --- src/sections/HistoriaClinica.tsx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) 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 = () => { )}
- )) - } + ))} +
+
); }