Commit 56365fb1f252fd2923a57d5d12caed14841e14a7

Authored by Luis Suarez
1 parent fb03f5d830
Exists in develop

correciones ng lint

src/app/modules/indicaciones-pago-tarjeta/indicaciones-pago-tarjeta.component.ts
... ... @@ -14,7 +14,7 @@ export class IndicacionesPagoTarjetaComponent implements OnInit {
14 14  
15 15 mediaPantalla() {
16 16 if ($('body').hasClass('media-pantalla')) {
17   - $('.reduce-card').addClass('media-pantalla')
  17 + $('.reduce-card').addClass('media-pantalla');
18 18 }
19 19 }
20 20 }
src/app/modules/seleccion-articulos/filtro-categorias/filtro-categorias.component.html
... ... @@ -33,22 +33,22 @@
33 33 </div>
34 34 <div *ngFor="let categoria of categorias; let i = index;">
35 35 <div
36   - class="row mx-2 mb-2 h-25 h-lg-30 justify-content-center tab cat-content"
37   - [ngClass]="{ 'active rounded shadow px-2': categoria.selected,
38   - 'border-bottom-effect': !categoria.selected,
39   - 'media-pantalla': templateCategorias.classList.contains('media-pantalla')}"
40   - (click)="selectCategoria(i, categoria.id)"
41   - id="cat-content"
42   - *ngIf="categoria.articulos > 0">
43   - <img
  36 + class="row mx-2 mb-2 h-25 h-lg-30 justify-content-center tab cat-content"
  37 + [ngClass]="{ 'active rounded shadow px-2': categoria.selected,
  38 + 'border-bottom-effect': !categoria.selected,
  39 + 'media-pantalla': templateCategorias.classList.contains('media-pantalla')}"
  40 + (click)="selectCategoria(i, categoria.id)"
  41 + id="cat-content"
  42 + *ngIf="categoria.articulos > 0">
  43 + <img
44 44 draggable="false"
45 45 ondragstart="return false;"
46 46 (contextmenu)="false"
47 47 class="d-none d-sm-block rounded-circle w-auto h-auto col-12"
48 48 src="{{urlImagenes}}{{categoria.path_imagen}}"
49 49 onerror="this.src='assets/img/imagen-no-encontrada.jpg'">
50   - <small class="col-12 px-1 my-1 h-100 h-md-25 align-self-end text-center text-truncate">{{categoria.detalle}}</small>
51   - </div>
  50 + <small class="col-12 px-1 my-1 h-100 h-md-25 align-self-end text-center text-truncate">{{categoria.detalle}}</small>
  51 + </div>
52 52 </div>
53 53 </div>
54 54 <div class="col-auto btn-effect h-5 cat-btn">