@matchain/matchid-sdk-react 0.1.40-alpha.9 → 0.1.41

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.
@@ -9,7 +9,7 @@ import {
9
9
  unBindWalletApi,
10
10
  useUserInfo,
11
11
  verifyPohApi
12
- } from "./chunk-PPKUHUE3.mjs";
12
+ } from "./chunk-RYZFW6P6.mjs";
13
13
  import {
14
14
  __export
15
15
  } from "./chunk-J5LGTIGS.mjs";
@@ -90,4 +90,4 @@ export {
90
90
  user_exports,
91
91
  api_exports
92
92
  };
93
- //# sourceMappingURL=chunk-G7Y6FXS2.mjs.map
93
+ //# sourceMappingURL=chunk-B2HVAJPQ.mjs.map
@@ -2355,7 +2355,9 @@ function WalletContent2({
2355
2355
  setVisible: async (v) => {
2356
2356
  console.log("setVisible", v);
2357
2357
  if (v) {
2358
- await tonConnectUI.disconnect();
2358
+ if (wallet) {
2359
+ await tonConnectUI.disconnect();
2360
+ }
2359
2361
  setStatus("");
2360
2362
  statusRef.current = "";
2361
2363
  open();
@@ -4150,4 +4152,4 @@ export {
4150
4152
  MatchProvider,
4151
4153
  useMatch
4152
4154
  };
4153
- //# sourceMappingURL=chunk-PPKUHUE3.mjs.map
4155
+ //# sourceMappingURL=chunk-RYZFW6P6.mjs.map