We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49eed38 commit d6ad283Copy full SHA for d6ad283
playground/nextjs-app-router/components/form/wallet-type.tsx
@@ -21,7 +21,6 @@ function getConnector(
21
}
22
23
export function WalletType() {
24
- // const { walletType, setWalletType, clearWalletType } = useContext(AppContext);
25
const { disconnectAsync } = useDisconnect();
26
const connectors = useConnectors();
27
const account = useAccount();
0 commit comments