Skip to content

Commit

Permalink
feat(simple buy): add sb order fetch to refresh saga
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip London committed Mar 28, 2020
1 parent 7bccfad commit 8842ca3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default () => {
yield put(actions.core.data.xlm.fetchData())
yield put(actions.core.data.eth.fetchErc20Data('pax'))
yield put(actions.components.simpleBuy.fetchSBBalances())
yield put(actions.components.simpleBuy.fetchSBOrders())
// Rates
yield put(actions.core.data.bch.fetchRates())
yield put(actions.core.data.btc.fetchRates())
Expand Down

0 comments on commit 8842ca3

Please sign in to comment.