Skip to content

Commit

Permalink
Replace quantity to non-symbol ui
Browse files Browse the repository at this point in the history
  • Loading branch information
kattylucy committed Jul 30, 2024
1 parent 255c1fe commit e295e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centrifuge-app/src/components/Report/AssetList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function getColumnConfig(poolCreditType: string, symbol: string) {
align: 'right',
csvOnly: false,
sortable: true,
formatter: (v: any) => (v ? formatBalance(v, symbol, 2) : '-'),
formatter: (v: any) => (v ? formatBalance(v, undefined, 2) : '-'),
},
{
header: 'Market price',
Expand Down

0 comments on commit e295e84

Please sign in to comment.