Fix 9906 - Prevent unwanted 'no quotes available' message when going back to build quote screen while having insufficient funds (#9994)

feature/default_network_editable
David Walsh 4 years ago committed by GitHub
parent 56f80ae9a9
commit 5fd6d1a8a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ui/app/ducks/swaps/swaps.js

@ -325,7 +325,6 @@ export {
export const navigateBackToBuildQuote = (history) => {
return async (dispatch) => {
// TODO: Ensure any fetch in progress is cancelled
await dispatch(resetSwapsPostFetchState())
dispatch(navigatedBackToBuildQuote())
history.push(BUILD_QUOTE_ROUTE)

Loading…
Cancel
Save