Skip to content

Commit 8b2bcac

Browse files
committed
Fix MPT page issuer overflow
1 parent 058f219 commit 8b2bcac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Token/MPT/Header/GeneralOverview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const GeneralOverview = ({
3939
<div className="item-value account-link">
4040
<Account
4141
account={issuer}
42-
displayText={issuerName || shortenAccount(issuer)}
42+
displayText={shortenAccount(issuerName) || shortenAccount(issuer)}
4343
/>
4444
</div>
4545
</div>

0 commit comments

Comments
 (0)