Commit c4f4bf9a0881e101766d2f66660ce5fd5a4e55ee
Exists in
master
and in
1 other branch
Merge branch 'master' into 'master'
Master See merge request !59
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': |