Commit fbd54b422e948ff9a14b727b2f9de4ab0b799953
1 parent
b17f8650a2
Exists in
develop
saco boton volver en modal publicidad
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
src/app/shared/header-publicidad/header-publicidad.component.ts
... | ... | @@ -77,8 +77,7 @@ export class HeaderPublicidadComponent implements OnInit { |
77 | 77 | imagenPath: articulo.imagenes.length ? articulo.imagenes[0].imagen : 'assets/img/imagen-no-encontrada.jpg', |
78 | 78 | footerMessageFirst: `¿DESEA AGREGAR ESTE COMBO`, |
79 | 79 | footerMessageSecond: `a su carrito?`, |
80 | - footerConfirmation: articulo.PreVen, | |
81 | - footerClose: `volver` | |
80 | + footerConfirmation: articulo.PreVen | |
82 | 81 | }, |
83 | 82 | class: 'modal-dialog-centered' |
84 | 83 | }); |