1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-11-15 01:34:57 +01:00

fixed app crash (#629)

Co-authored-by: Norbi <katunanorbert@gmai.com>
This commit is contained in:
Norbi 2021-05-27 17:39:02 +03:00 committed by GitHub
parent 18f3daed75
commit cd8e388806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ export default function FormAdd({
amountMax,
coin,
poolAddress,
ocean.pool,
ocean?.pool,
setNewPoolTokens,
setNewPoolShare
])