Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
haunv3 committed Jun 21, 2024
1 parent 6505cc6 commit 241a4c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/containers/HeaderWrapper/HeaderWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ export const HeaderWrapper: React.FC = () => {

useEffect(() => {
(async () => {
alert(window.walletType);
alert(!!window.keplr);
if (!window.walletType || !window.keplr) return;
if (walletAddress == '') connectWallet();

Expand Down

0 comments on commit 241a4c3

Please sign in to comment.