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,