mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
table display fixes
This commit is contained in:
parent
7a1d8ea0df
commit
5166480157
@ -30,7 +30,8 @@ const columns = [
|
|||||||
const { attributes } = row.findServiceByType('metadata')
|
const { attributes } = row.findServiceByType('metadata')
|
||||||
return <AssetTitle title={attributes.main.name} did={row.id} />
|
return <AssetTitle title={attributes.main.name} did={row.id} />
|
||||||
},
|
},
|
||||||
grow: 2
|
maxWidth: '45rem',
|
||||||
|
grow: 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Datatoken Symbol',
|
name: 'Datatoken Symbol',
|
||||||
@ -40,7 +41,8 @@ const columns = [
|
|||||||
{row.dataTokenInfo.symbol}
|
{row.dataTokenInfo.symbol}
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
)
|
)
|
||||||
}
|
},
|
||||||
|
maxWidth: '10rem'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Price',
|
name: 'Price',
|
||||||
|
Loading…
Reference in New Issue
Block a user