mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
fix algo selection list name
This commit is contained in:
parent
a8b31131c4
commit
38bf327b89
@ -29,7 +29,7 @@ export async function transformAssetToAssetSelection(
|
|||||||
})
|
})
|
||||||
const algorithmAsset: AssetSelectionAsset = {
|
const algorithmAsset: AssetSelectionAsset = {
|
||||||
did: asset.id,
|
did: asset.id,
|
||||||
name: asset.datatokens[0].name,
|
name: asset.metadata.name,
|
||||||
price: asset.accessDetails.price,
|
price: asset.accessDetails.price,
|
||||||
checked: selected,
|
checked: selected,
|
||||||
symbol: asset.datatokens[0].symbol
|
symbol: asset.datatokens[0].symbol
|
||||||
|
Loading…
x
Reference in New Issue
Block a user