tf-checkout-react 1.3.18 → 1.3.19

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.3.18",
2
+ "version": "1.3.19",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -794,6 +794,9 @@ export const BillingInfoContainer = React.memo(
794
794
  return false
795
795
  }
796
796
  }
797
+ if (hideWalletAddressField && el.name === 'wallet-address-info') {
798
+ return false
799
+ }
797
800
  return true
798
801
  }),
799
802
  element =>