Skip to content

Commit

Permalink
refactor: Update callback function in ConnectOverlay component
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-vahn committed May 15, 2024
1 parent a23016a commit e5f29c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/connectOverlay/ConnectOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ const ConnectOverlay: React.FC<Props> = ({
walletName="Trust Wallet"
icon={trustWalletLogo}
selected={trustWalletSelected}
callback={() => connectWallet('trust')}
callback={() => {}}
/>
<WalletBadge
walletName="Temple"
Expand Down

0 comments on commit e5f29c9

Please sign in to comment.