diff --git a/src/app/components/inicio/inicio.component.ts b/src/app/components/inicio/inicio.component.ts index f61f22d..fcbd0fd 100644 --- a/src/app/components/inicio/inicio.component.ts +++ b/src/app/components/inicio/inicio.component.ts @@ -43,7 +43,6 @@ export class InicioComponent implements OnInit, AfterViewInit { ngOnInit() { - localStorage.removeItem('pve') this.productoAcargar = this.productoService.productoAcargar; this.getProductos(); this.mostrarPantalla = localStorage.getItem('impresoraPVE') ? true : false;