@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.mjs CHANGED
@@ -1365,8 +1365,6 @@ function useWalletInit({
1365
1365
  if (existingIframe.src !== endpoints.login + "wallet") {
1366
1366
  setWalletInited(false);
1367
1367
  existingIframe.src = endpoints.login + "wallet";
1368
- } else {
1369
- setWalletInited(true);
1370
1368
  }
1371
1369
  }
1372
1370
  }