diff --git a/explorer/src/pages/AccountDetailsPage.tsx b/explorer/src/pages/AccountDetailsPage.tsx index 23aa7ac324..c433f8ab5e 100644 --- a/explorer/src/pages/AccountDetailsPage.tsx +++ b/explorer/src/pages/AccountDetailsPage.tsx @@ -175,7 +175,7 @@ export function AccountHeader({ ); } - if (tokenDetails || isToken) { + if (tokenDetails && isToken) { return (