tek-wallet 0.0.573 → 0.0.574

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.
@@ -118,7 +118,7 @@ function LockTokensProvider(_a) {
118
118
  });
119
119
  }); }, [isAuthenticated, isLoadingLockToken]);
120
120
  (0, react_1.useEffect)(function () {
121
- if (!!lockTokens)
121
+ if (!!lockTokens || !isAuthenticated)
122
122
  return;
123
123
  updateLockToken();
124
124
  }, [isAuthenticated, lockTokens]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.573",
3
+ "version": "0.0.574",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",