add units
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
parent
798541a488
commit
c7afed738a
|
@ -81,6 +81,13 @@ const RiskDashboard: NextPage = () => {
|
|||
colName.toLowerCase().includes('slippage')
|
||||
? '(bps)'
|
||||
: ''}
|
||||
{colName.toLowerCase().includes('assets') ||
|
||||
colName.toLowerCase().includes('liabs') ||
|
||||
colName.toLowerCase().includes('equity') ||
|
||||
colName.toLowerCase().includes('price') ||
|
||||
colName.toLowerCase().includes('position')
|
||||
? '($)'
|
||||
: ''}
|
||||
</Th>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue