From 04eeb8d0c4cddeef9c5833745e0dd41764ac8418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Diego=20Garc=C3=ADa?= Date: Mon, 31 Oct 2022 04:36:31 -0500 Subject: [PATCH] show freeze authority for NFTs (#28621) --- explorer/src/components/account/TokenAccountSection.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/explorer/src/components/account/TokenAccountSection.tsx b/explorer/src/components/account/TokenAccountSection.tsx index dbdf57d4e8..3aa7bd6847 100644 --- a/explorer/src/components/account/TokenAccountSection.tsx +++ b/explorer/src/components/account/TokenAccountSection.tsx @@ -363,6 +363,14 @@ function NonFungibleTokenMintAccountCard({ )} + {mintInfo.freezeAuthority && ( + + Freeze Authority + +
+ + + )} Update Authority