From 2b6759c3a21a1255bbafee6a17c953efb933b395 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 26 Oct 2020 19:30:51 +0100 Subject: [PATCH] remove debug --- src/components/organisms/AssetContent/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/organisms/AssetContent/index.tsx b/src/components/organisms/AssetContent/index.tsx index 9e0fb22e2..3d3419c12 100644 --- a/src/components/organisms/AssetContent/index.tsx +++ b/src/components/organisms/AssetContent/index.tsx @@ -30,8 +30,7 @@ export default function AssetContent({ const isOwner = accountId === ddo.publicKey[0].owner const hasNoPrice = ddo.price.type === '' - // TODO: ONLY FOR DEBUGGING - const showPricing = true || (isOwner && hasNoPrice) + const showPricing = isOwner && hasNoPrice return (