Skip to content

Commit

Permalink
refetch user data after eth airdrop modal is shown
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed May 2, 2019
1 parent 5bca353 commit 289619b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,7 @@ export default ({ api, coreSagas, networks }) => {
tradeData: formatExchangeTrade(trade)
})
)
yield put(actions.modules.profile.fetchUser())
} else {
yield put(
actions.modals.showModal(RESULTS_MODAL, formatExchangeTrade(trade))
Expand Down

0 comments on commit 289619b

Please sign in to comment.