Skip to content

Commit

Permalink
fix(exchange link): close modal after resync
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed Jun 12, 2020
1 parent 9a4403b commit dd08acb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -458,7 +458,7 @@ export default ({ api, coreSagas, networks }) => {

if (isRelinkAttempt) {
yield put(A.shareWalletAddressesWithExchange())
return yield put(A.linkToExchangeAccountSuccess())
return yield put(actions.modals.closeAllModals())
} else {
// get or create nabu user
const isUserStateNone = (yield select(S.isUserStateNone)).getOrFail()
Expand Down

0 comments on commit dd08acb

Please sign in to comment.