Skip to content

Commit 4fda89e

Browse files
author
dschlabach
committed
remove unnecessary anon func
1 parent eea6f06 commit 4fda89e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

playground/nextjs-app-router/components/form/wallet-type.tsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@ export function WalletType() {
6969
id="wallet-type"
7070
value={walletType}
7171
className="flex items-center justify-between"
72-
onValueChange={(value) => {
73-
handleConnect(value as WalletPreference);
74-
}}
72+
onValueChange={handleConnect}
7573
>
7674
<div className="flex items-center gap-2">
7775
<Label

0 commit comments

Comments
 (0)