Correcion ortografica

This commit is contained in:
2026-04-22 23:07:01 -03:00
parent 9b51ffd546
commit a6903afb07
+1 -1
View File
@@ -2369,7 +2369,7 @@ function SeccionATB({ atb, internacionId, pacienteId, add, update, del }: {
</Dialog> </Dialog>
{atbOrdenado.length === 0 ? ( {atbOrdenado.length === 0 ? (
<div className="text-center py-8 text-gray-500">No hay antibiotics registrados</div> <div className="text-center py-8 text-gray-500">No hay esquemas antibioticos registrados</div>
) : ( ) : (
<div className="space-y-2"> <div className="space-y-2">
{atbOrdenado.map(a => ( {atbOrdenado.map(a => (