diff --git a/src/components/molecules/Wallet/Account.tsx b/src/components/molecules/Wallet/Account.tsx index 25db8c28a..8f706e81d 100644 --- a/src/components/molecules/Wallet/Account.tsx +++ b/src/components/molecules/Wallet/Account.tsx @@ -29,7 +29,7 @@ const Account = React.forwardRef((props, ref: any) => { async function handleActivation(e: FormEvent) { // prevent accidentially submitting a form the button might be in e.preventDefault() - await connectWallet(connect) + await connect() } return accountId ? (