mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +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 isOwner = accountId === ddo.publicKey[0].owner
|
||||||
const hasNoPrice = ddo.price.type === ''
|
const hasNoPrice = ddo.price.type === ''
|
||||||
// TODO: ONLY FOR DEBUGGING
|
const showPricing = isOwner && hasNoPrice
|
||||||
const showPricing = true || (isOwner && hasNoPrice)
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<article className={styles.grid}>
|
<article className={styles.grid}>
|
||||||
|
Loading…
Reference in New Issue
Block a user