From 67f6d3f508b9becc2a822e18580a03a2d456de91 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 4 Apr 2019 14:08:13 +0200 Subject: [PATCH] kick out prototyping stuff * closes #58 --- client/src/data/menu.json | 4 ---- client/src/routes/Details/AssetDetails.tsx | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/client/src/data/menu.json b/client/src/data/menu.json index 3ee7b03..7f48dd7 100644 --- a/client/src/data/menu.json +++ b/client/src/data/menu.json @@ -17,9 +17,5 @@ { "title": "About", "link": "/about" - }, - { - "title": "Styleguide", - "link": "/styleguide" } ] diff --git a/client/src/routes/Details/AssetDetails.tsx b/client/src/routes/Details/AssetDetails.tsx index d79736f..09add94 100644 --- a/client/src/routes/Details/AssetDetails.tsx +++ b/client/src/routes/Details/AssetDetails.tsx @@ -80,9 +80,9 @@ export default class AssetDetails extends PureComponent { ddo={ddo} /> -
+                {/* 
                     {JSON.stringify(metadata, null, 2)}
-                
+
*/} ) }