fix(explorer,trading): asset details should show quantum in asset dps (#3158)
This commit is contained in:
parent
1040077c2b
commit
4205dd471a
@ -86,7 +86,7 @@ export const rows: Rows = [
|
||||
key: AssetDetail.QUANTUM,
|
||||
label: t('Quantum'),
|
||||
tooltip: t('The minimum economically meaningful amount of the asset'),
|
||||
value: (asset) => asset.quantum,
|
||||
value: (asset) => num(asset, asset.quantum),
|
||||
},
|
||||
{
|
||||
key: AssetDetail.STATUS,
|
||||
|
Loading…
Reference in New Issue
Block a user