Skip to content

Commit

Permalink
fix(ui-ux): token name and logo incorrect in convert screen (#4111)
Browse files Browse the repository at this point in the history
Co-authored-by: Harsh <[email protected]>
  • Loading branch information
lykalabrada and fullstackninja864 authored Oct 25, 2023
1 parent 7771827 commit b320ad0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export function useTokenBalance(): {
available: new BigNumber(token.amount),
token: {
name: token.name,
displaySymbol: token.symbol,
displayTextSymbol: token.symbol,
displaySymbol: token.displaySymbol,
displayTextSymbol: token.displaySymbol,
symbol: token.symbol,
isLPS: token.isLPS,
domainType: DomainType.EVM,
Expand Down

0 comments on commit b320ad0

Please sign in to comment.