Skip to content

Commit

Permalink
fix(SFOX): show modal after trade
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Welber committed Jul 3, 2018
1 parent 152235f commit 643f296
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ export default ({ coreSagas }) => {
yield put(sendBtcActions.sendBtcPaymentUpdatedSuccess(payment.value()))
yield put(A.sfoxSuccess())
yield put(actions.form.change('buySellTabStatus', 'status', 'order_history'))
yield put(modalActions.showModal('SfoxTradeDetails', { trade }))
} catch (e) {
yield put(A.sfoxFailure(e))
yield put(actions.logs.logErrorMessage(logLocation, 'submitSellQuote', e))
Expand Down

0 comments on commit 643f296

Please sign in to comment.