@thecb/components 9.0.0-beta.1 → 9.0.0-beta.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/index.cjs.js
CHANGED
|
@@ -40360,7 +40360,7 @@ var AddressForm = function AddressForm(_ref) {
|
|
|
40360
40360
|
clearOnDismount = _ref.clearOnDismount,
|
|
40361
40361
|
showErrors = _ref.showErrors,
|
|
40362
40362
|
_ref$handleSubmit = _ref.handleSubmit,
|
|
40363
|
-
handleSubmit = _ref$handleSubmit === void 0 ? noop : _ref$handleSubmit,
|
|
40363
|
+
handleSubmit = _ref$handleSubmit === void 0 ? noop$1 : _ref$handleSubmit,
|
|
40364
40364
|
showWalletCheckbox = _ref.showWalletCheckbox,
|
|
40365
40365
|
saveToWallet = _ref.saveToWallet,
|
|
40366
40366
|
walletCheckboxMarked = _ref.walletCheckboxMarked;
|