@capillarytech/creatives-library 7.10.31 → 7.10.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
|
@@ -421,7 +421,7 @@ class Creatives extends React.Component {
|
|
|
421
421
|
const mobilpushTemplate = template.value;
|
|
422
422
|
templateData.accountId = get(mobilpushTemplate, 'definition.accountId');
|
|
423
423
|
const pathName = get(this.props,"location.pathname");
|
|
424
|
-
if(
|
|
424
|
+
if(`${pathName}`.includes(LOYALTY)){
|
|
425
425
|
templateData.licenseCode = get(mobilpushTemplate, 'definition.licenseCode');
|
|
426
426
|
}
|
|
427
427
|
const androidContent = get(mobilpushTemplate, 'versions.base.ANDROID');
|