From b6903dab6e63dc4cb722f730c5440348e1ef3cef Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Tue, 12 Apr 2022 16:22:42 +0800 Subject: [PATCH] Explorer: Fix verified collection row rendering (#24269) --- explorer/src/components/account/TokenAccountSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && ( Verified Collection Address