From ea0148e95329ff799a88633a05dd9e6afd68d7ac Mon Sep 17 00:00:00 2001 From: marcoelissa Date: Wed, 18 Jan 2023 19:20:06 +0700 Subject: [PATCH] remove comment from asset page --- src/components/Asset/AssetContent/index.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 */} + {/* */}