diff --git a/src/actions/index.js b/src/actions/index.js index 71fabaa..ee86d4c 100644 --- a/src/actions/index.js +++ b/src/actions/index.js @@ -189,6 +189,7 @@ export function clearOrigin() { } export function clearDestination() { + request.abort(); return dispatch => { dispatch({ type: types.DESTINATION_CLEAR