From e74dbe855ba9a58cfb9138422e6682b9156e7533 Mon Sep 17 00:00:00 2001 From: Sergio Nicolas Lavaise Date: Tue, 21 Apr 2026 16:20:29 -0300 Subject: [PATCH] Fix: show time for PHP, Paralelo, Alterno in history --- src/sections/SeccionIndicaciones.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/sections/SeccionIndicaciones.tsx b/src/sections/SeccionIndicaciones.tsx index 2fb4171..09460a7 100644 --- a/src/sections/SeccionIndicaciones.tsx +++ b/src/sections/SeccionIndicaciones.tsx @@ -228,6 +228,9 @@ export function SeccionIndicaciones({ recomendaciones, internacionId, add, updat {ind.tipo === 'Alterno' && (
{ind.tipoPlan} {ind.cantidadMl}ml + {ind.tipoPlan2} {ind.cantidadMl2}ml en {ind.tiempoHoras}hs
)} + {ind.tipo === 'Alterno' && ( +
{ind.tipoPlan} {ind.cantidadMl}ml + {ind.tipoPlan2} {ind.cantidadMl2}ml en {ind.tiempoHoras}hs
+ )}