mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
parent
9b9cbfaff3
commit
67f6d3f508
@ -17,9 +17,5 @@
|
|||||||
{
|
{
|
||||||
"title": "About",
|
"title": "About",
|
||||||
"link": "/about"
|
"link": "/about"
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Styleguide",
|
|
||||||
"link": "/styleguide"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -80,9 +80,9 @@ export default class AssetDetails extends PureComponent<AssetDetailsProps> {
|
|||||||
ddo={ddo}
|
ddo={ddo}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<pre>
|
{/* <pre>
|
||||||
<code>{JSON.stringify(metadata, null, 2)}</code>
|
<code>{JSON.stringify(metadata, null, 2)}</code>
|
||||||
</pre>
|
</pre> */}
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user