mirror of
https://github.com/oceanprotocol/market.git
synced 2024-11-14 17:24:51 +01:00
removed commented block and published and updated from metafull
This commit is contained in:
parent
d1c4cdb29f
commit
f1196f10de
@ -29,16 +29,6 @@ export default function MetaFull(): ReactElement {
|
|||||||
{type === 'algorithm' && (
|
{type === 'algorithm' && (
|
||||||
<MetaItem title="Docker Image" content={<DockerImage />} />
|
<MetaItem title="Docker Image" content={<DockerImage />} />
|
||||||
)}
|
)}
|
||||||
{/* <MetaItem
|
|
||||||
title="Data Created"
|
|
||||||
content={<Time date={metadata?.main.dateCreated} />}
|
|
||||||
/> */}
|
|
||||||
|
|
||||||
{/* TODO: remove those 2 date items here when EditHistory component is ready */}
|
|
||||||
<MetaItem title="Published" content={<Time date={ddo?.created} />} />
|
|
||||||
{ddo?.created !== ddo?.updated && (
|
|
||||||
<MetaItem title="Updated" content={<Time date={ddo?.updated} />} />
|
|
||||||
)}
|
|
||||||
<MetaItem title="DID" content={<code>{ddo?.id}</code>} />
|
<MetaItem title="DID" content={<code>{ddo?.id}</code>} />
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user