mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
fix display of compute datasets with free price
This commit is contained in:
parent
c05fa7c7b2
commit
cabd3c2105
@ -419,7 +419,9 @@ export default function Compute({
|
||||
}
|
||||
hasDatatokenSelectedComputeAsset={hasAlgoAssetDatatoken}
|
||||
oceanSymbol={
|
||||
asset?.accessDetails ? asset?.accessDetails.baseToken.symbol : ''
|
||||
asset?.accessDetails
|
||||
? asset?.accessDetails?.baseToken?.symbol
|
||||
: ''
|
||||
}
|
||||
dtSymbolSelectedComputeAsset={
|
||||
selectedAlgorithmAsset?.datatokens[0]?.symbol
|
||||
|
Loading…
Reference in New Issue
Block a user