diff --git a/src/sections/HistoriaClinica.tsx b/src/sections/HistoriaClinica.tsx index 2003034..d33d762 100644 --- a/src/sections/HistoriaClinica.tsx +++ b/src/sections/HistoriaClinica.tsx @@ -3486,17 +3486,15 @@ function SeccionInterconsultas({ interconsultas, pacienteId, internacionId, add,

{ic.motivo}

)} {ic.respuestaInterconsulta && ( - <> - {ic.respuestaFecha && ( - - -

Respuesta: {ic.respuestaFecha}
- {ic.respuestaInterconsulta}
-

-
- )} - - +
+
+ + Respuesta{ic.respuestaFecha ? `: ${ic.respuestaFecha}` : ''} +
+

+ {ic.respuestaInterconsulta} +

+
)}