fix suggested values modal

This commit is contained in:
Adrian Brzeziński 2023-09-07 14:34:43 +02:00
parent 5cd2463ab2
commit 0a12116dd5
1 changed files with 3 additions and 3 deletions

View File

@ -196,9 +196,9 @@ const DashboardSuggestedValues = ({
bank.reduceOnly ? 0 : null,
null,
null,
0, // FIXME
0, // FIXME
0, // FIXME
getNullOrVal(fieldsToChange.tokenConditionalSwapTakerFeeRate),
getNullOrVal(fieldsToChange.tokenConditionalSwapMakerFeeRate),
getNullOrVal(fieldsToChange.loanFeeRate),
)
.accounts({
group: group!.publicKey,