show freeze authority for NFTs (#28621)

This commit is contained in:
Juan Diego García 2022-10-31 04:36:31 -05:00 committed by GitHub
parent fad6c99e9f
commit 04eeb8d0c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -363,6 +363,14 @@ function NonFungibleTokenMintAccountCard({
</td>
</tr>
)}
{mintInfo.freezeAuthority && (
<tr>
<td>Freeze Authority</td>
<td className="text-lg-end">
<Address pubkey={mintInfo.freezeAuthority} alignRight link />
</td>
</tr>
)}
<tr>
<td>Update Authority</td>
<td className="text-lg-end">