prettier
This commit is contained in:
parent
f49598220a
commit
04d6d66e3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a session is still in memory and not loading a save quote, go to return-user.
|
||||||
if (store.getters.vehicle?.year > 0 && !fromHeritage) {
|
if (store.getters.vehicle?.year > 0 && !fromHeritage) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue