1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-30 22:01:44 +02:00

remove debug

This commit is contained in:
Matthias Kretschmann 2020-10-26 17:41:27 +01:00
parent 9dda9eadf8
commit 0b5e7f27d2
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -30,8 +30,7 @@ export default function AssetContent({
const isOwner = accountId === ddo.publicKey[0].owner
const hasNoPrice = ddo.price.type === ''
// TODO: JUST FOR DEBUGGING
const showPricing = true || (isOwner && hasNoPrice)
const showPricing = isOwner && hasNoPrice
return (
<article className={styles.grid}>