CASH-845: prettier formatting
This commit is contained in:
parent
6ede4b3a0c
commit
825e27413d
1 changed files with 1 additions and 3 deletions
|
|
@ -15,9 +15,7 @@ export async function handleHeritageReturn(to, from) {
|
|||
await loadSessionIfPresent(true, routeData.SCHEDULE.name);
|
||||
|
||||
// Temporary redirect until URLs to old service-location page can be updated in Heritage
|
||||
if (
|
||||
to.fullPath.includes("fmgPage=service-location")
|
||||
) {
|
||||
if (to.fullPath.includes("fmgPage=service-location")) {
|
||||
// Redirect to Schedule page
|
||||
router.push({
|
||||
name: routeData.SCHEDULE.name,
|
||||
|
|
|
|||
Loading…
Reference in a new issue