diff --git a/src/components/Asset/AssetContent/index.tsx b/src/components/Asset/AssetContent/index.tsx index b41498a18..097416f5e 100644 --- a/src/components/Asset/AssetContent/index.tsx +++ b/src/components/Asset/AssetContent/index.tsx @@ -15,7 +15,8 @@ import NetworkName from '@shared/NetworkName' import content from '../../../../content/purgatory.json' import Web3 from 'web3' 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' export default function AssetContent({ @@ -70,7 +71,8 @@ export default function AssetContent({ {debug === true && } - + {/* Uncomment line below to enable comment */} + {/* */}