CASH-845: prettier formatting

This commit is contained in:
AdamCaouetteSafelite 2025-07-02 14:38:18 -04:00
parent 6ede4b3a0c
commit 825e27413d

View file

@ -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,