From cdeed7226e33a1cb9823e3790e5607b927e6661f Mon Sep 17 00:00:00 2001 From: Matt Caimi Date: Tue, 28 Feb 2023 11:44:02 -0500 Subject: [PATCH] formatting --- src/helpers/service-location-helper.js | 4 ++-- src/helpers/service-location-helper.spec.js | 2 +- src/layouts/service-location/service-location.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/helpers/service-location-helper.js b/src/helpers/service-location-helper.js index 1f4a12f51..8f34de930 100644 --- a/src/helpers/service-location-helper.js +++ b/src/helpers/service-location-helper.js @@ -7,14 +7,14 @@ export async function getMobileFee(serviceZipCode) { } const zipCodeData = await baseMixin.methods.getZipCodeData(serviceZipCode); - + // Get the Mobile Fee Part const mobileFeePart = await baseMixin.methods.dispatchStoreAction( storeActions.GET_MOBILE_FEE_PART, null, false ); - + // Get the Mobile Fee Part Price const pricingResults = await baseMixin.methods.dispatchStoreAction( storeActions.PRICE_ORDER_ITEMS_AND_SAVE_SERVER_DATA, diff --git a/src/helpers/service-location-helper.spec.js b/src/helpers/service-location-helper.spec.js index 66012402c..3d0843e10 100644 --- a/src/helpers/service-location-helper.spec.js +++ b/src/helpers/service-location-helper.spec.js @@ -1 +1 @@ -test.todo("some test to be written in the future"); \ No newline at end of file +test.todo("some test to be written in the future"); diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index f2339b218..6baac0029 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -104,7 +104,7 @@ export default { }, setData(mobileFee) { if (mobileFee) { - this.mobileLocationQuestions.mobileFee = mobileFee + this.mobileLocationQuestions.mobileFee = mobileFee; } }, getRegistrationAddressFromStore() {