We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8755f2 commit 56eff1eCopy full SHA for 56eff1e
src/components/walletButton.tsx
@@ -40,8 +40,6 @@ export default function WalletButton({ openModal }: { openModal: () => void }) {
40
});
41
}, []);
42
43
- console.log(subMenu);
44
-
45
const handleConnectWallet = (walletType: string, walletName: string) => {
46
if (walletType === "evm") {
47
console.log("connect to an EVM wallet");
0 commit comments