Skip to content

Commit b0cde24

Browse files
committed
removed NFT owner in NFT Details
1 parent bf59b34 commit b0cde24

File tree

1 file changed

+2
-2
lines changed
  • apps/Mintbase/widget/Mintbase/App/NFTDetails

1 file changed

+2
-2
lines changed

apps/Mintbase/widget/Mintbase/App/NFTDetails/NFTShow.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ return (
444444
<small className="text-desc">{data?.nft_contract_id}</small>
445445
</Link>
446446
</a>
447-
<a href="#" className="item-view">
447+
{/* <a href="#" className="item-view">
448448
<small>Owner</small>
449449
<Link
450450
to={href({
@@ -457,7 +457,7 @@ return (
457457
>
458458
<small className="text-desc">{data?.owner}</small>
459459
</Link>
460-
</a>
460+
</a> */}
461461
<a href="#" className="item-view">
462462
<small>Total Minted</small>
463463
<small>{NftCount}</small>

0 commit comments

Comments
 (0)