This commit is contained in:
CarlNation 2025-05-31 15:57:58 -04:00
parent f49598220a
commit 04d6d66e3e

View file

@ -22,7 +22,7 @@ export async function landingBeforeEnter(to, from) {
};
}
const fromHeritage = to.query[queryStrings.FROM_HERITAGE]
const fromHeritage = to.query[queryStrings.FROM_HERITAGE];
// If a session is still in memory and not loading a save quote, go to return-user.
if (store.getters.vehicle?.year > 0 && !fromHeritage) {