Commit a3c49e5d3ec4e29e1fa3ebcc333da8f72b367c5f
1 parent
79da0a8fc6
Exists in
master
and in
1 other branch
Cambiada expresion.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/components/sidebar/sidebar.component.html
| ... | ... | @@ -49,7 +49,7 @@ |
| 49 | 49 | <!-- PERSONALIZAR --> |
| 50 | 50 | <div class="col-auto px-1 my-2"> |
| 51 | 51 | <button |
| 52 | - *ngIf="esPersonalizable(producto)" | |
| 52 | + *ngIf="producto.tieneSinonimos" | |
| 53 | 53 | type="button" |
| 54 | 54 | class="btn btn-light btn-sm my-auto float-left border shadow" |
| 55 | 55 | (click)="personalizarPromo(producto, i)"> |