dashboard: reduce only flags
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
parent
a04830d2c5
commit
5103fd8158
|
@ -259,6 +259,12 @@ const Dashboard: NextPage = () => {
|
|||
label="Borrows"
|
||||
value={`${formattedBankValues.borrows} ($${formattedBankValues.borrowsPrice})`}
|
||||
/>
|
||||
<KeyValuePair
|
||||
label="Reduce Only"
|
||||
value={`${
|
||||
bank.reduceOnly
|
||||
} (Are deposits reduce only - ${bank.areDepositsReduceOnly()}, Are borrows reduce only - $${bank.areBorrowsReduceOnly()})`}
|
||||
/>
|
||||
<KeyValuePair
|
||||
label="Avg Utilization"
|
||||
value={`${formattedBankValues.avgUtilization}%`}
|
||||
|
|
Loading…
Reference in New Issue