Commit cdbd50c1215d74fd9136a0b36fa4d901641446e6
Exists in
master
Merge branch 'master' of git.focasoftware.com:angular/autoservicio
Showing
1 changed file
Show diff stats
src/app/components/busqueda-productos/busqueda-productos.component.ts
| ... | ... | @@ -35,11 +35,11 @@ export class BusquedaProductosComponent implements OnInit { |
| 35 | 35 | |
| 36 | 36 | switch (this.queMostrar) { |
| 37 | 37 | case 'todos': |
| 38 | - this.categorias = categorias; | |
| 38 | + this.categorias = categorias; | |
| 39 | 39 | this.categoriaActive = 0; |
| 40 | 40 | break; |
| 41 | 41 | case 'promociones': |
| 42 | - this.categorias = categorias; | |
| 42 | + this.categorias = categorias; | |
| 43 | 43 | this.categoriaActive = 1; |
| 44 | 44 | break; |
| 45 | 45 | case 'ordenar': |