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
9dda9eadf8
commit
0b5e7f27d2
@ -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: JUST 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