diff --git a/checkout/src/arquivos/js/components/Footer.js b/checkout/src/arquivos/js/components/Footer.js index e386b63..8dd7e4a 100644 --- a/checkout/src/arquivos/js/components/Footer.js +++ b/checkout/src/arquivos/js/components/Footer.js @@ -148,7 +148,6 @@ export default class Footer { if (target.style.display == "none") { this.titleCart.classList.remove("disable"); this.sliderProducts.classList.remove("disable"); - this.sliderProducts.innerHTML = ""; this.ListProducts(); } } else {