From 4c0bf323c5d6d75bcffc8ac6f1706f67c08f5ec1 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Wed, 5 Jul 2023 15:10:58 -0400 Subject: [PATCH] Format code. --- src/layouts/service-location/service-location.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index bd3756662..be60e36fb 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -401,10 +401,7 @@ export default { false ); - this.$router.navigateWithSaving( - this.navigationScenarios.SCHEDULE, - this.$route - ); + this.$router.navigateWithSaving(this.navigationScenarios.SCHEDULE, this.$route); }, openModalAction(modalName) { this.$refs[modalName].openModal();