reload open orders after settling balances

This commit is contained in:
Tyler Shipe 2021-12-06 13:51:40 -05:00
parent 2bee4d154e
commit c4135c2498
1 changed files with 3 additions and 1 deletions

View File

@ -119,7 +119,9 @@ const BalancesTable = ({ showZeroBalances = false }) => {
})
}
} finally {
await actions.reloadMangoAccount()
actions.reloadMangoAccount()
actions.reloadOrders()
setSubmitting(false)
}
}