@treely/strapi-slices 5.11.1 → 5.11.2
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/strapi-slices.cjs.development.js +2 -2
- package/dist/strapi-slices.cjs.development.js.map +1 -1
- package/dist/strapi-slices.cjs.production.min.js +1 -1
- package/dist/strapi-slices.cjs.production.min.js.map +1 -1
- package/dist/strapi-slices.esm.js +3 -3
- package/dist/strapi-slices.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/portfolio/SmallCheckout/SmallCheckout.tsx +3 -2
|
@@ -4446,8 +4446,8 @@ var SmallCheckout = function SmallCheckout(_ref) {
|
|
|
4446
4446
|
}))
|
|
4447
4447
|
})), React__default.default.createElement(boemly.Text, {
|
|
4448
4448
|
size: "smLowNormal"
|
|
4449
|
-
},
|
|
4450
|
-
id:
|
|
4449
|
+
}, formatMessage({
|
|
4450
|
+
id: 'portfolio.smallCheckout.price.taxNotIncluded'
|
|
4451
4451
|
}))), React__default.default.createElement(formik.Formik, {
|
|
4452
4452
|
initialValues: {
|
|
4453
4453
|
contributionValueCurrency: initialContributionValue.toString(),
|