Skip to content

Commit

Permalink
fix(sell): refresh balances after sell is submitted
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed Feb 1, 2021
1 parent 218469f commit 5ee8174
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ export default ({
})
)
yield put(actions.form.stopSubmit('previewSell'))
yield put(actions.components.refresh.refreshClicked())
return yield put(actions.components.swap.fetchTrades())
}

Expand Down

0 comments on commit 5ee8174

Please sign in to comment.