dashboard: reduce only flags

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2023-11-06 09:22:50 +01:00
parent a04830d2c5
commit 5103fd8158
1 changed files with 6 additions and 0 deletions

View File

@ -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}%`}