mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
add accountId as a dependency in effect
This commit is contained in:
parent
498f7604da
commit
a030cdecdb
@ -246,7 +246,7 @@ export default function Compute({
|
|||||||
|
|
||||||
setIsConsumablePrice(asset?.accessDetails?.isPurchasable)
|
setIsConsumablePrice(asset?.accessDetails?.isPurchasable)
|
||||||
setValidOrderTx(asset?.accessDetails?.validOrderTx)
|
setValidOrderTx(asset?.accessDetails?.validOrderTx)
|
||||||
}, [asset?.accessDetails])
|
}, [asset?.accessDetails, accountId])
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!selectedAlgorithmAsset?.accessDetails || !accountId) return
|
if (!selectedAlgorithmAsset?.accessDetails || !accountId) return
|
||||||
@ -265,7 +265,7 @@ export default function Compute({
|
|||||||
}
|
}
|
||||||
|
|
||||||
initSelectedAlgo()
|
initSelectedAlgo()
|
||||||
}, [selectedAlgorithmAsset])
|
}, [selectedAlgorithmAsset, accountId])
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!asset) return
|
if (!asset) return
|
||||||
|
Loading…
Reference in New Issue
Block a user