diff --git a/src/router/methods/helpers/handle-heritage-return.js b/src/router/methods/helpers/handle-heritage-return.js index 7ad61adf9..6d8c60a58 100644 --- a/src/router/methods/helpers/handle-heritage-return.js +++ b/src/router/methods/helpers/handle-heritage-return.js @@ -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,