From 5fd6d1a8a6bc0425da6c0e3d9ab68a5b8a42f52a Mon Sep 17 00:00:00 2001 From: David Walsh Date: Mon, 7 Dec 2020 09:13:24 -0600 Subject: [PATCH] Fix 9906 - Prevent unwanted 'no quotes available' message when going back to build quote screen while having insufficient funds (#9994) --- ui/app/ducks/swaps/swaps.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/app/ducks/swaps/swaps.js b/ui/app/ducks/swaps/swaps.js index 7f4c5df96..d09afd648 100644 --- a/ui/app/ducks/swaps/swaps.js +++ b/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)