reload open orders after settling balances
This commit is contained in:
parent
2bee4d154e
commit
c4135c2498
|
@ -119,7 +119,9 @@ const BalancesTable = ({ showZeroBalances = false }) => {
|
|||
})
|
||||
}
|
||||
} finally {
|
||||
await actions.reloadMangoAccount()
|
||||
actions.reloadMangoAccount()
|
||||
actions.reloadOrders()
|
||||
|
||||
setSubmitting(false)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue