fix: change unlisted to unknown for unknown token accounts (#16981)

This commit is contained in:
Josh 2021-04-30 13:21:47 -07:00 committed by GitHub
parent 6f88aeac56
commit 1594a7f11a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ export function AccountHeader({
<div className="col mb-3 ml-n3 ml-md-n2">
<h6 className="header-pretitle">Token</h6>
<h2 className="header-title">
{tokenDetails?.name || "Unlisted Token"}
{tokenDetails?.name || "Unknown Token"}
</h2>
</div>
</div>