mirror of
https://github.com/oceanprotocol/react.git
synced 2025-02-14 21:10:38 +01:00
destruct
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
This commit is contained in:
parent
84e28fda91
commit
1a1a741645
@ -221,7 +221,8 @@ function usePricing(ddo: DDO): UsePricing {
|
|||||||
weightOnDataToken,
|
weightOnDataToken,
|
||||||
swapFee
|
swapFee
|
||||||
} = priceOptions
|
} = priceOptions
|
||||||
let dtAmount = priceOptions.dtAmount
|
|
||||||
|
let { dtAmount } = priceOptions
|
||||||
const isPool = type === 'dynamic'
|
const isPool = type === 'dynamic'
|
||||||
|
|
||||||
if (!isPool && !config.fixedRateExchangeAddress) {
|
if (!isPool && !config.fixedRateExchangeAddress) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user