diff --git a/src/app/components/inicio/inicio.component.ts b/src/app/components/inicio/inicio.component.ts index 55fba04..25b34c1 100644 --- a/src/app/components/inicio/inicio.component.ts +++ b/src/app/components/inicio/inicio.component.ts @@ -64,11 +64,11 @@ export class InicioComponent implements OnInit { if (res.length === 0) { //Si no tiene promociones la cargará al carrito despues de un tiempo - setTimeout(() => { + // setTimeout(() => { this.productoAcargar.cantidad = 1; this.productoService.productos.push(this.productoAcargar); this.productoAcargar = this.productoService.productoAcargar = undefined; - }, 2000) + // }, 2000) } else { this.promociones = res; diff --git a/src/app/components/sidebar/sidebar.component.html b/src/app/components/sidebar/sidebar.component.html index c30b7cc..2d02560 100644 --- a/src/app/components/sidebar/sidebar.component.html +++ b/src/app/components/sidebar/sidebar.component.html @@ -83,7 +83,7 @@