Correcion ortografica
This commit is contained in:
@@ -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 => (
|
||||||
|
|||||||
Reference in New Issue
Block a user