@matchain/matchid-sdk-react 0.1.10 → 0.1.11

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.js CHANGED
@@ -1399,8 +1399,6 @@ function useWalletInit({
1399
1399
  if (existingIframe.src !== endpoints.login + "wallet") {
1400
1400
  setWalletInited(false);
1401
1401
  existingIframe.src = endpoints.login + "wallet";
1402
- } else {
1403
- setWalletInited(true);
1404
1402
  }
1405
1403
  }
1406
1404
  }