From 0d02b5cd7aca02f78ddee1122d06be79ed03ed9f Mon Sep 17 00:00:00 2001 From: CarlNation <32103961+CarlNation@users.noreply.github.com> Date: Fri, 2 Feb 2024 15:33:32 -0500 Subject: [PATCH] prettier --- src/layouts/service-location/service-location.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index bf9b9495c..a12e9ff78 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -440,7 +440,7 @@ export default { }, backButtonAction() { if (store.getters.order.payment.isInsurance) { - navigateToHeritageFunnel({shouldSaveSession: false}); + navigateToHeritageFunnel({ shouldSaveSession: false }); } else { this.$router.navigateWithoutSaving( this.navigationScenarios.CLICKED_BACK,