mirror of
https://github.com/oceanprotocol/market.git
synced 2024-11-14 17:24:51 +01:00
remove debug
This commit is contained in:
parent
a76fb0342b
commit
2b6759c3a2
@ -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}>
|
||||
|
Loading…
Reference in New Issue
Block a user