From b90250a978c03c25002070afb4803b11be3154ed Mon Sep 17 00:00:00 2001 From: Santiago Lavaise Date: Mon, 13 Apr 2026 11:33:48 -0300 Subject: [PATCH] Fix: Glucemia no se mostraba en tabla de resultados de laboratorio --- src/sections/HistoriaClinica.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sections/HistoriaClinica.tsx b/src/sections/HistoriaClinica.tsx index e4bdbab..cf6d536 100644 --- a/src/sections/HistoriaClinica.tsx +++ b/src/sections/HistoriaClinica.tsx @@ -609,7 +609,7 @@ function SeccionLaboratorios({ lab, patientId, add, update, del }: { {getValor(l, 'Hemoglobina')} {getValor(l, 'Leucocitos')} {getValor(l, 'Plaquetas')} - {getValor(l, 'Glucosa')} + {getValor(l, 'Glucemia')} {getValor(l, 'Urea')} {getValor(l, 'Creatinina')} {getValor(l, 'Sodio')}