Commit b32ee7afaf5e322c5a0a97b242a5601e38bba78e

Authored by Marcelo Puebla
1 parent d164045dd0
Exists in master

Borrado espacio.

src/app/components/pedidos-salientes/pedidos-salientes.component.ts
... ... @@ -16,7 +16,7 @@ export class PedidosSalientesComponent implements OnInit {
16 16 private comandaService: ComandaService,
17 17 private titleService: Title
18 18 ) {
19   -
  19 +
20 20 this.titleService.setTitle('Pedidos Salientes');
21 21 }
22 22