@pelcro/react-pelcro-js 3.4.1-beta.2 → 3.4.1-beta.3
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/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -12523,7 +12523,7 @@ class SelectModal extends React.Component {
|
|
|
12523
12523
|
}
|
|
12524
12524
|
}
|
|
12525
12525
|
|
|
12526
|
-
return `${startingPlan.amount_formatted}/${startingPlan.interval_count > 1 ? `${startingPlan.interval_count} ` :
|
|
12526
|
+
return `${startingPlan.amount_formatted}/${startingPlan.interval_count > 1 ? `${startingPlan.interval_count} ${startingPlan.interval}s` : `${startingPlan.interval}`}`;
|
|
12527
12527
|
});
|
|
12528
12528
|
|
|
12529
12529
|
_defineProperty$3(this, "renderOneProduct", (product, index, options) => {
|
package/dist/index.esm.js
CHANGED
|
@@ -12493,7 +12493,7 @@ class SelectModal extends Component {
|
|
|
12493
12493
|
}
|
|
12494
12494
|
}
|
|
12495
12495
|
|
|
12496
|
-
return `${startingPlan.amount_formatted}/${startingPlan.interval_count > 1 ? `${startingPlan.interval_count} ` :
|
|
12496
|
+
return `${startingPlan.amount_formatted}/${startingPlan.interval_count > 1 ? `${startingPlan.interval_count} ${startingPlan.interval}s` : `${startingPlan.interval}`}`;
|
|
12497
12497
|
});
|
|
12498
12498
|
|
|
12499
12499
|
_defineProperty$3(this, "renderOneProduct", (product, index, options) => {
|