This commit is contained in:
mikel 2024-02-01 12:48:46 +01:00
parent ae95588c45
commit ab68ed2d4e
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ const cargado = () => {
elCarrito.textContent = "";
cestaCompra = [];
let elPrecioTotal = document.getElementById("total");
elPrecioTotal = 0;
elPrecioTotal.textContent = 0;
}
function leerCesta() {