Explorer: Fix verified collection row rendering (#24269)
This commit is contained in:
@ -343,7 +343,7 @@ function NonFungibleTokenMintAccountCard({
|
||||
</td>
|
||||
</tr>
|
||||
)}
|
||||
{nftData?.metadata.collection?.verified && (
|
||||
{!!nftData?.metadata.collection?.verified && (
|
||||
<tr>
|
||||
<td>Verified Collection Address</td>
|
||||
<td className="text-lg-end">
|
||||
|
Reference in New Issue
Block a user