Formatting
This commit is contained in:
parent
01fa383521
commit
5e2f79fa6a
1 changed files with 1 additions and 4 deletions
|
|
@ -26,10 +26,7 @@ export async function getPageToRouteExistingOrderTo(toRoute = {}) {
|
|||
|
||||
// If navigating to a specific page, and that page is not part of the vin pages.
|
||||
// Return that page, so that it can navigate like normal.
|
||||
if (
|
||||
toRoute.query[queryStrings.FMG_PAGE] !== undefined &&
|
||||
!isVinRelatedPage(toRoute)
|
||||
) {
|
||||
if (toRoute.query[queryStrings.FMG_PAGE] !== undefined && !isVinRelatedPage(toRoute)) {
|
||||
return overrideYmmsDirectionIfNeeded(toRoute);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue