Commit df8b91332e72e1264555a127bd8554df62afd39c

Authored by Marcelo Puebla
1 parent 797574ed9d
Exists in master and in 1 other branch validar_pve

Espacio.

src/app/components/mensaje-final/mensaje-final.component.ts
... ... @@ -21,6 +21,7 @@ export class MensajeFinalComponent implements OnInit {
21 21 ngOnInit() {
22 22  
23 23 this.timer = setTimeout(() => {
  24 +
24 25 this.limpiarCarritoYvolver();
25 26 }, 30000)
26 27 }