1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

rebase fix

This commit is contained in:
Matthias Kretschmann 2020-07-31 13:19:52 +02:00
parent a6d612a1b2
commit 9fa7a7ad3c
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -29,7 +29,7 @@ const Account = React.forwardRef((props, ref: any) => {
async function handleActivation(e: FormEvent<HTMLButtonElement>) {
// prevent accidentially submitting a form the button might be in
e.preventDefault()
await connectWallet(connect)
await connect()
}
return accountId ? (