Remove navigation exceptions for schedule, service-location.
This commit is contained in:
parent
a558d97685
commit
01fa383521
1 changed files with 0 additions and 2 deletions
|
|
@ -28,8 +28,6 @@ export async function getPageToRouteExistingOrderTo(toRoute = {}) {
|
|||
// Return that page, so that it can navigate like normal.
|
||||
if (
|
||||
toRoute.query[queryStrings.FMG_PAGE] !== undefined &&
|
||||
toRoute.query[queryStrings.FMG_PAGE] !== fmgPageValues.SERVICE_LOCATION &&
|
||||
toRoute.query[queryStrings.FMG_PAGE] !== fmgPageValues.SCHEDULE &&
|
||||
!isVinRelatedPage(toRoute)
|
||||
) {
|
||||
return overrideYmmsDirectionIfNeeded(toRoute);
|
||||
|
|
|
|||
Loading…
Reference in a new issue