mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
rebase fix
This commit is contained in:
parent
a6d612a1b2
commit
9fa7a7ad3c
@ -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 ? (
|
||||
|
Loading…
Reference in New Issue
Block a user