We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b417e9 commit 672dc60Copy full SHA for 672dc60
1 file changed
modules/web3/hooks/use-send-tx.ts
@@ -87,7 +87,6 @@ export const useSendTransaction = () => {
87
to: tx.to,
88
data: tx.data,
89
value: tx.value,
90
- f,
91
}));
92
93
// For AA we display single modal with general action text
0 commit comments