Fix
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
parent
7b4715df21
commit
369a9e8405
|
@ -599,7 +599,9 @@ const Dashboard: NextPage = () => {
|
|||
/>
|
||||
<KeyValuePair
|
||||
label="Positive pnl liquidation fee"
|
||||
value={`${perpMarket.positivePnlLiquidationFee}`}
|
||||
value={`${perpMarket.positivePnlLiquidationFee
|
||||
.toNumber()
|
||||
.toFixed(4)}`}
|
||||
/>
|
||||
</Disclosure.Panel>
|
||||
</>
|
||||
|
|
Loading…
Reference in New Issue