mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
remove comment from asset page
This commit is contained in:
parent
4a6e37e23d
commit
ea0148e953
@ -15,7 +15,8 @@ import NetworkName from '@shared/NetworkName'
|
|||||||
import content from '../../../../content/purgatory.json'
|
import content from '../../../../content/purgatory.json'
|
||||||
import Web3 from 'web3'
|
import Web3 from 'web3'
|
||||||
import Button from '@shared/atoms/Button'
|
import Button from '@shared/atoms/Button'
|
||||||
import Comment from '../../@shared/Orbis/Comment'
|
// Uncomment line below to enable comment
|
||||||
|
// import Comment from '../../@shared/Orbis/Comment'
|
||||||
import RelatedAssets from '../RelatedAssets'
|
import RelatedAssets from '../RelatedAssets'
|
||||||
|
|
||||||
export default function AssetContent({
|
export default function AssetContent({
|
||||||
@ -70,7 +71,8 @@ export default function AssetContent({
|
|||||||
{debug === true && <DebugOutput title="DDO" output={asset} />}
|
{debug === true && <DebugOutput title="DDO" output={asset} />}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Comment context={asset?.id} />
|
{/* Uncomment line below to enable comment */}
|
||||||
|
{/* <Comment context={asset?.id} /> */}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className={styles.actions}>
|
<div className={styles.actions}>
|
||||||
|
Loading…
Reference in New Issue
Block a user