1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

kick out prototyping stuff

* closes #58
This commit is contained in:
Matthias Kretschmann 2019-04-04 14:08:13 +02:00
parent 9b9cbfaff3
commit 67f6d3f508
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 2 additions and 6 deletions

View File

@ -17,9 +17,5 @@
{ {
"title": "About", "title": "About",
"link": "/about" "link": "/about"
},
{
"title": "Styleguide",
"link": "/styleguide"
} }
] ]

View File

@ -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> */}
</> </>
) )
} }