Commit aa9e329a845da4885e9b74bf6f8150b8b6bae23b
1 parent
8bae28733d
Exists in
master
and in
1 other branch
espacios
Showing
1 changed file
with
2 additions
and
2 deletions
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': |