tek-wallet 0.0.348 → 0.0.350

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.
@@ -421,6 +421,9 @@ var WithdrawFunction = (0, react_1.forwardRef)(function (props, ref) {
421
421
  // if(validateWalletAddress?.is_current_wallet) {
422
422
  // return
423
423
  // }
424
+ if (!!(validateWalletAddress === null || validateWalletAddress === void 0 ? void 0 : validateWalletAddress.valid)) {
425
+ setRecipientAddressError(undefined);
426
+ }
424
427
  if (!!(validateWalletAddress === null || validateWalletAddress === void 0 ? void 0 : validateWalletAddress.master_wallet_address)) {
425
428
  //internal
426
429
  console.warn("internal");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.348",
3
+ "version": "0.0.350",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",