@capillarytech/creatives-library 7.14.31 → 7.14.32

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "7.14.31",
4
+ "version": "7.14.32",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -966,7 +966,7 @@ export const Whatsapp = (props) => {
966
966
  switch (templateMediaType) {
967
967
  case WHATSAPP_MEDIA_TYPES.IMAGE:
968
968
  mediaParams = {
969
- imageUrl: getCdnUrl({url: whatsappImageSrc, channelName: WHATSAPP }),
969
+ imageUrl: host === HOST_GUPSHUP ? whatsappImageSrc : getCdnUrl({url: whatsappImageSrc, channelName: WHATSAPP }),
970
970
  karixFileHandle,
971
971
  };
972
972
  break;