From cb163b227e3c776ac972da98b5123b118914259e Mon Sep 17 00:00:00 2001 From: Sergio Nicolas Lavaise Date: Thu, 23 Apr 2026 20:19:51 -0300 Subject: [PATCH] =?UTF-8?q?Remove=20=C3=A1rea=20de=20trabajo=20dropdown,?= =?UTF-8?q?=20now=20auto-selected=20from=20bed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sections/EditIngreso.tsx | 16 ---------------- src/sections/NuevoIngreso.tsx | 16 ---------------- 2 files changed, 32 deletions(-) diff --git a/src/sections/EditIngreso.tsx b/src/sections/EditIngreso.tsx index 16f4514..5e61598 100644 --- a/src/sections/EditIngreso.tsx +++ b/src/sections/EditIngreso.tsx @@ -310,22 +310,6 @@ export function EditIngreso({ {modoCama === 'seleccionar' ? ( <> -
- - -
-
- - - - - {areasDisponibles.map(a => ( - - {a.nombre} - - ))} - - -
-