ContractInfoDialog: volume
This commit is contained in:
parent
ec49a73c74
commit
2d8e85ab5e
|
@ -77,7 +77,7 @@ export function ContractInfoDialog(props: { contract: Contract }) {
|
|||
|
||||
<tr>
|
||||
<td>Volume</td>
|
||||
<td>{formatMoney(contract.volume24Hours)}</td>
|
||||
<td>{formatMoney(contract.volume)}</td>
|
||||
</tr>
|
||||
|
||||
{contract.mechanism === 'cpmm-1' && (
|
||||
|
|
Loading…
Reference in New Issue
Block a user