ctt-babylon 0.22.82 → 0.22.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5604,7 +5604,7 @@ class MapperService {
5604
5604
  return {
5605
5605
  contentUrl: props?.texts?.phoneIcon,
5606
5606
  mapImage: this.getImageResponsive(props?.multimedia?.imagenes?.[0] ??
5607
- props?.multimedia?.images?.[0], false),
5607
+ props?.multimedia?.image?.[0], false),
5608
5608
  button: Utils.mapButtons(props?.buttons)?.[0],
5609
5609
  mapImageMobile: this.getImageResponsive(props?.multimedia?.imagenesmobile?.[0], false),
5610
5610
  };