Skip to content

Commit

Permalink
fix(Order Flow): show results modal after confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Mar 4, 2019
1 parent 291b25b commit b7e4f7d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,7 @@ export default ({ api, coreSagas, networks }) => {
yield put(actions.form.stopSubmit(CONFIRM_FORM))
yield put(actions.router.push('/swap/history'))
yield put(A.setStep(EXCHANGE_STEPS.EXCHANGE_FORM))
yield delay(100)
yield put(
actions.modals.showModal(RESULTS_MODAL, formatExchangeTrade(trade))
)
Expand Down

0 comments on commit b7e4f7d

Please sign in to comment.