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 (