1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-11-15 01:34:57 +01:00

bookmarks fix

This commit is contained in:
Matthias Kretschmann 2020-10-29 20:45:57 +01:00
parent 2ec825d255
commit 9d681fc594
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -28,7 +28,7 @@ const columns = [
name: 'Data Set', name: 'Data Set',
selector: function getAssetRow(row: DDO) { selector: function getAssetRow(row: DDO) {
const { attributes } = row.findServiceByType('metadata') const { attributes } = row.findServiceByType('metadata')
return <AssetTitle title={attributes.main.name} /> return <AssetTitle title={attributes.main.name} did={row.id} />
}, },
grow: 2 grow: 2
}, },