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

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">