diff --git a/views/tokens/TokenOverview.tsx b/views/tokens/TokenOverview.tsx index 74361943..23f63b8f 100644 --- a/views/tokens/TokenOverview.tsx +++ b/views/tokens/TokenOverview.tsx @@ -35,7 +35,11 @@ const TokenOverview = ({ token, tokenData }: Props) => { diff --git a/views/tokens/TokenRow.tsx b/views/tokens/TokenRow.tsx index 8983de4f..f0807dc8 100644 --- a/views/tokens/TokenRow.tsx +++ b/views/tokens/TokenRow.tsx @@ -36,7 +36,7 @@ export default function TokenRow({ index, token }: Props) {
- {convertBalanceToView(token.totalSupply)} + {convertBalanceToView(token.totalSupply, parseInt(token.decimals))} {token.symbol}