We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf59b34 commit b0cde24Copy full SHA for b0cde24
apps/Mintbase/widget/Mintbase/App/NFTDetails/NFTShow.jsx
@@ -444,7 +444,7 @@ return (
444
<small className="text-desc">{data?.nft_contract_id}</small>
445
</Link>
446
</a>
447
- <a href="#" className="item-view">
+ {/* <a href="#" className="item-view">
448
<small>Owner</small>
449
<Link
450
to={href({
@@ -457,7 +457,7 @@ return (
457
>
458
<small className="text-desc">{data?.owner}</small>
459
460
- </a>
+ </a> */}
461
<a href="#" className="item-view">
462
<small>Total Minted</small>
463
<small>{NftCount}</small>
0 commit comments