diff --git a/explorer/src/components/account/TokenAccountSection.tsx b/explorer/src/components/account/TokenAccountSection.tsx index e798388ba1..930bf1a720 100644 --- a/explorer/src/components/account/TokenAccountSection.tsx +++ b/explorer/src/components/account/TokenAccountSection.tsx @@ -343,7 +343,7 @@ function NonFungibleTokenMintAccountCard({ )} - {nftData?.metadata.collection?.verified && ( + {!!nftData?.metadata.collection?.verified && (