From d6927365ed427cb21b9191fb0a48c51d031a8ab9 Mon Sep 17 00:00:00 2001 From: Daniel Kilimnik Date: Mon, 14 Feb 2022 14:53:13 +0100 Subject: [PATCH] explorer: show only AccountHeader for tokens (#23063) --- explorer/src/pages/AccountDetailsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (