Fix Precios tienda

This commit is contained in:
adevopg
2025-02-16 00:13:15 +01:00
parent 41c3c6ae91
commit e6f6abdc8b
2 changed files with 12 additions and 19 deletions
@@ -85,7 +85,7 @@
alert("¡Por favor, selecciona un personaje antes de añadir un ítem al carrito!");
return;
}
carrito.push({ id, nombre, precio });
actualizarCarrito();
}