We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45efbb1 commit ab63807Copy full SHA for ab63807
src/wallet/components/ConnectWallet.tsx
@@ -61,7 +61,7 @@ export function ConnectWallet({
61
const connector = connectors[0];
62
const isLoading = connectStatus === 'pending' || status === 'connecting';
63
64
- // Handlers
+ // Handles
65
const handleToggle = useCallback(() => {
66
setIsOpen(!isOpen);
67
}, [isOpen, setIsOpen]);
0 commit comments