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.
@@ -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, index) {
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("div", {
2066
- key: index
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", {