Commit a3d2eb2f2f6bd0f0453d317f965c753d0133c7e5
1 parent
f68c8f2647
Exists in
develop
arreglo mr
Showing
1 changed file
with
1 additions
and
2 deletions
 
Show diff stats
src/app/shared/promocion/promocion.component.html
| ... | ... | @@ -30,7 +30,7 @@ | 
| 30 | 30 | </div> | 
| 31 | 31 | </div> | 
| 32 | 32 | </div> | 
| 33 | - <div class="modal-body"> | |
| 33 | + <div class="modal-body" *ngIf="articulosPromo.length"> | |
| 34 | 34 | <div class="row no-gutters w-100"> | 
| 35 | 35 | <div class="col-9 col-9 align-self-center"> | 
| 36 | 36 | <p class="text-white"><small>¿TE GUSTARÍA LLEVAR ESTE ARTÍCULO</small></p> | 
| ... | ... | @@ -54,7 +54,6 @@ | 
| 54 | 54 | </div> | 
| 55 | 55 | </div> | 
| 56 | 56 | <div | 
| 57 | - *ngIf="articulosPromo.length" | |
| 58 | 57 | class="row mt-3 no-gutters lista-promociones scroll-y-visible" | 
| 59 | 58 | (scroll)="scrollEvent($event)"> | 
| 60 | 59 | <div class="col-12"> |