Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
waterFallFlow committed Nov 22, 2018
1 parent bd07460 commit e057b31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared/sagas/eosAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,14 +241,15 @@ function* getEOSKeyAccountsRequested(action: Action<GetEOSKeyAccountsParams>) {
}

yield put(actions.getEOSKeyAccountsSucceeded(result))
if (action.payload.componentId)
if (action.payload.componentId) {
push('BitPortal.AccountSelection', action.payload.componentId, {
keyPermissions,
publicKey,
privateKey,
password,
hint
})
}
} catch (e) {
yield put(actions.getEOSKeyAccountsFailed(getEOSErrorMessage(e)))
}
Expand Down

0 comments on commit e057b31

Please sign in to comment.