1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-29 00:57:50 +02:00

remove debug

This commit is contained in:
Matthias Kretschmann 2020-10-26 19:30:51 +01:00
parent a76fb0342b
commit 2b6759c3a2
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: ONLY FOR DEBUGGING
const showPricing = true || (isOwner && hasNoPrice)
const showPricing = isOwner && hasNoPrice
return (
<article className={styles.grid}>