Apply address highlighting to token names
This commit is contained in:
parent
83af14259b
commit
bd42170050
|
@ -57,6 +57,7 @@ const TokenTransferItem: React.FC<TokenTransferItemProps> = ({
|
|||
decimals={tokenMetas[t.token].decimals}
|
||||
/>
|
||||
</span>
|
||||
<AddressHighlighter address={t.token}>
|
||||
<DecoratedAddressLink
|
||||
address={t.token}
|
||||
text={
|
||||
|
@ -66,6 +67,7 @@ const TokenTransferItem: React.FC<TokenTransferItemProps> = ({
|
|||
}
|
||||
tokenMeta={tokenMetas[t.token]}
|
||||
/>
|
||||
</AddressHighlighter>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue