mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
fix compute status text display
This commit is contained in:
parent
feb1f41d5c
commit
50b1af53ac
@ -323,10 +323,10 @@ export default function Compute({
|
||||
|
||||
setComputeStatusText(
|
||||
getComputeFeedback(
|
||||
asset.accessDetails.baseToken?.symbol,
|
||||
asset.accessDetails.datatoken?.symbol,
|
||||
asset.metadata.type
|
||||
)[asset.accessDetails?.type === 'fixed' ? 2 : 1]
|
||||
selectedAlgorithmAsset.accessDetails.baseToken?.symbol,
|
||||
selectedAlgorithmAsset.accessDetails.datatoken?.symbol,
|
||||
selectedAlgorithmAsset.metadata.type
|
||||
)[selectedAlgorithmAsset.accessDetails?.type === 'fixed' ? 2 : 1]
|
||||
)
|
||||
const algorithmOrderTx = await handleComputeOrder(
|
||||
web3,
|
||||
|
Loading…
x
Reference in New Issue
Block a user