diff --git a/explorer/src/components/account/MetaplexNFTHeader.tsx b/explorer/src/components/account/MetaplexNFTHeader.tsx index a2acfb3e75..f1a6329423 100644 --- a/explorer/src/components/account/MetaplexNFTHeader.tsx +++ b/explorer/src/components/account/MetaplexNFTHeader.tsx @@ -50,7 +50,7 @@ export function NFTHeader({ : "No NFT name was found"} {getEditionPill(nftData.editionInfo)} - {isVerifiedCollection && getVerifiedCollectionPill()} + {isVerifiedCollection ? getVerifiedCollectionPill() : null}