diff --git a/src/app/components/cancelar-compra/cancelar-compra.component.ts b/src/app/components/cancelar-compra/cancelar-compra.component.ts index b0a9b44..560e04b 100644 --- a/src/app/components/cancelar-compra/cancelar-compra.component.ts +++ b/src/app/components/cancelar-compra/cancelar-compra.component.ts @@ -16,8 +16,8 @@ export class CancelarCompraComponent implements OnInit { constructor( private location: Location, private router: Router, - private productoService : ProductoService - ) { } + private productoService: ProductoService + ) { } ngOnInit() { @@ -31,7 +31,7 @@ export class CancelarCompraComponent implements OnInit { this.location.back(); } - limpiarCarritoYvolver(){ + limpiarCarritoYvolver() { this.productoService.productoAcargar = undefined; this.productoService.promoAcargar = undefined;