diff --git a/src/helpers/heritage-integration/navigation-helper.js b/src/helpers/heritage-integration/navigation-helper.js
index 6ec4ef1e1..587c8f07e 100644
--- a/src/helpers/heritage-integration/navigation-helper.js
+++ b/src/helpers/heritage-integration/navigation-helper.js
@@ -23,9 +23,10 @@ export async function getPageToRouteExistingOrderTo(toRoute = {}, existingHerita
return await getLatestPageForRedirection();
}
+ console.log(isVinRelatedPage(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 (isVinRelatedPage(toRoute) === false || toRoute.query[queryStrings.FMG_PAGE] === undefined) {
return overrideYmmsDirectionIfNeeded(toRoute, toRoute.query[queryStrings.FMG_PAGE]);
}
diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue
index e69de29bb..0e41b24ed 100644
--- a/src/layouts/estimate/estimate.vue
+++ b/src/layouts/estimate/estimate.vue
@@ -0,0 +1,13 @@
+
+ Estimate
+
+