1
0
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:
Bogdan Fazakas 2022-03-10 01:12:09 +02:00
parent a8b31131c4
commit 38bf327b89

View File

@ -29,7 +29,7 @@ export async function transformAssetToAssetSelection(
})
const algorithmAsset: AssetSelectionAsset = {
did: asset.id,
name: asset.datatokens[0].name,
name: asset.metadata.name,
price: asset.accessDetails.price,
checked: selected,
symbol: asset.datatokens[0].symbol