Skip to content

Commit

Permalink
and one more
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrigin committed Mar 15, 2024
1 parent 72a915a commit 41ead17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/home/components/token-list/token-list.view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ export const TokenList: FC<TokenListProps> = ({
<Typography type="body1">{token.name === "ETH" ? "Native Token" : token.name}</Typography>
<div className={classes.tokenBalanceWrapper}>
<TokenBalance
chainId={chains.from.key}
spinnerSize={16}
token={token}
typographyProps={{ className: classes.tokenBalance, type: "body2" }}
Expand Down

0 comments on commit 41ead17

Please sign in to comment.