Skip to content

Commit

Permalink
Merge pull request #5 from oraichain/feat/balance
Browse files Browse the repository at this point in the history
fix: auto connect
  • Loading branch information
quangdz1704 authored Jul 16, 2024
2 parents c7b3d76 + ba98a44 commit c7bf494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/connectButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ const ConnectButton: FC<{ fullWidth?: boolean }> = ({ fullWidth }) => {
if (tonAddress && tonWallet) {
handleConnectWalletInTonNetwork(tonWallet || TonWallet.TonKeeper);
}
}, []);
}, [tonAddress, tonWallet]);

useEffect(() => {
if (open && oraiAddress) {
Expand Down

0 comments on commit c7bf494

Please sign in to comment.