explorer: show only AccountHeader for tokens (#23063)
This commit is contained in:
@ -175,7 +175,7 @@ export function AccountHeader({
|
||||
);
|
||||
}
|
||||
|
||||
if (tokenDetails || isToken) {
|
||||
if (tokenDetails && isToken) {
|
||||
return (
|
||||
<div className="row align-items-end">
|
||||
<div className="col-auto">
|
||||
|
Reference in New Issue
Block a user