diff --git a/explorer/src/components/account/TokenAccountSection.tsx b/explorer/src/components/account/TokenAccountSection.tsx index c10aecb96..dc6dcdaeb 100644 --- a/explorer/src/components/account/TokenAccountSection.tsx +++ b/explorer/src/components/account/TokenAccountSection.tsx @@ -54,7 +54,7 @@ export function TokenAccountSection({ case "mint": { const info = create(tokenAccount.info, MintAccountInfo); - if (isMetaplexNFT(account.details?.data, info.decimals)) { + if (isMetaplexNFT(account.details?.data, info)) { return (