tf-checkout-react 1.4.23-beta.8 → 1.4.23-beta.9
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 +1 -1
- 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 +1 -1
- package/dist/tf-checkout-react.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/preRegistration/index.tsx +1 -2
|
@@ -11896,7 +11896,7 @@ var PreRegistration = function PreRegistration(_ref) {
|
|
|
11896
11896
|
return getCountries();
|
|
11897
11897
|
case 3:
|
|
11898
11898
|
res = _context.sent;
|
|
11899
|
-
setCountries(_map(_get(res, 'data
|
|
11899
|
+
setCountries(_map(_get(res, 'data'), function (item) {
|
|
11900
11900
|
return {
|
|
11901
11901
|
label: item.name,
|
|
11902
11902
|
value: Number(item.id)
|