tf-checkout-react 1.0.42 → 1.0.43
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/tf-checkout-react.cjs.development.js +3 -3
- package/dist/tf-checkout-react.cjs.development.js.map +1 -1
- package/dist/tf-checkout-react.cjs.production.min.js +1 -1
- package/dist/tf-checkout-react.cjs.production.min.js.map +1 -1
- package/dist/tf-checkout-react.esm.js +3 -3
- package/dist/tf-checkout-react.esm.js.map +1 -1
- package/dist/types/billing-info-data.d.ts +2 -1
- package/package.json +1 -1
- package/src/components/billing-info-container/index.tsx +3 -3
- package/src/types/billing-info-data.ts +2 -1
|
@@ -2057,13 +2057,13 @@ var BillingInfoContainer = function BillingInfoContainer(_ref4) {
|
|
|
2057
2057
|
key: id
|
|
2058
2058
|
}, React.createElement("p", {
|
|
2059
2059
|
className: labelClassName
|
|
2060
|
-
}, label), _map(fields, function (group
|
|
2060
|
+
}, label), _map(fields, function (group) {
|
|
2061
2061
|
var groupClassname = group.groupClassname,
|
|
2062
2062
|
groupItems = group.groupItems,
|
|
2063
2063
|
groupLabel = group.groupLabel,
|
|
2064
2064
|
groupLabelClassName = group.groupLabelClassName;
|
|
2065
|
-
return React.createElement(
|
|
2066
|
-
key:
|
|
2065
|
+
return React.createElement(SectionContainer, {
|
|
2066
|
+
key: group.id
|
|
2067
2067
|
}, !isLoggedIn && React.createElement("div", {
|
|
2068
2068
|
className: groupLabelClassName
|
|
2069
2069
|
}, groupLabel), React.createElement("div", {
|