fix suggested vaules for proposals

This commit is contained in:
Adrian Brzeziński 2024-08-02 22:52:21 +02:00
parent 7f3e0e5dad
commit 47a0c5d248
1 changed files with 1 additions and 0 deletions

View File

@ -468,6 +468,7 @@ export const getFormattedBankValues = (group: Group, bank: Bank) => {
platformLiquidationFee: (
bank.platformLiquidationFee.toNumber() * 100
).toFixed(2),
disableAssetLiquidation: !bank.allowAssetLiquidation,
}
}