Explorer: Fix verified collection row rendering (#24269)

This commit is contained in:
Justin Starry 2022-04-12 16:22:42 +08:00 committed by GitHub
parent 865a8307e2
commit b6903dab6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ function NonFungibleTokenMintAccountCard({
</td> </td>
</tr> </tr>
)} )}
{nftData?.metadata.collection?.verified && ( {!!nftData?.metadata.collection?.verified && (
<tr> <tr>
<td>Verified Collection Address</td> <td>Verified Collection Address</td>
<td className="text-lg-end"> <td className="text-lg-end">