We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea6f06 commit 4fda89eCopy full SHA for 4fda89e
playground/nextjs-app-router/components/form/wallet-type.tsx
@@ -69,9 +69,7 @@ export function WalletType() {
69
id="wallet-type"
70
value={walletType}
71
className="flex items-center justify-between"
72
- onValueChange={(value) => {
73
- handleConnect(value as WalletPreference);
74
- }}
+ onValueChange={handleConnect}
75
>
76
<div className="flex items-center gap-2">
77
<Label
0 commit comments