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 241a4c3 commit df37485
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/containers/HeaderWrapper/HeaderWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ export const HeaderWrapper: React.FC = () => {

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

if (signingClient && walletAddress) {
Expand Down

0 comments on commit df37485

Please sign in to comment.