@capillarytech/creatives-library 9.0.50 → 9.0.51-alpha.0

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": "9.0.50",
4
+ "version": "9.0.51-alpha.0",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -2287,7 +2287,7 @@ export class Creatives extends React.Component {
2287
2287
  const isJourneyModule = (this.props.messageDetails?.type || '').toLowerCase() === constants.JOURNEY;
2288
2288
  if (!isFullMode && isJourneyModule) {
2289
2289
  const currentChannelNorm = (currentChannel || '').toLowerCase();
2290
- const journeyChannelsToHide = ['mobilepush', 'wechat'].filter((ch) => ch !== currentChannelNorm);
2290
+ const journeyChannelsToHide = ['wechat'].filter((ch) => ch !== currentChannelNorm);
2291
2291
  updatedChannelsToHide = [...new Set([...updatedChannelsToHide, ...journeyChannelsToHide])];
2292
2292
  }
2293
2293