Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidroohi92 committed Oct 6, 2024
1 parent d8755f2 commit 56eff1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/walletButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ export default function WalletButton({ openModal }: { openModal: () => void }) {
});
}, []);

console.log(subMenu);

const handleConnectWallet = (walletType: string, walletName: string) => {
if (walletType === "evm") {
console.log("connect to an EVM wallet");
Expand Down

0 comments on commit 56eff1e

Please sign in to comment.