CASh-353 - Formatted the code

This commit is contained in:
Minojhini Valaiyapathi 2025-04-08 15:26:20 -04:00
parent 3a5b215bde
commit 1e72721dec
4 changed files with 7 additions and 7 deletions

View file

@ -184,7 +184,7 @@ export default {
displayInvalidZipAlert: false, displayInvalidZipAlert: false,
showServiceZipField: this.getServiceZipFromStore(), showServiceZipField: this.getServiceZipFromStore(),
isZipServiceable: false, isZipServiceable: false,
displayNoServiceAlert: false displayNoServiceAlert: false,
}; };
}, },
methods: { methods: {

View file

@ -178,7 +178,7 @@ export default {
displayInvalidZipAlert: false, displayInvalidZipAlert: false,
showServiceZipField: this.getServiceZipFromStore(), showServiceZipField: this.getServiceZipFromStore(),
isZipServiceable: false, isZipServiceable: false,
displayNoServiceAlert: false displayNoServiceAlert: false,
}; };
}, },
methods: { methods: {
@ -221,7 +221,7 @@ export default {
return await this.dispatchStoreActionWithLogging( return await this.dispatchStoreActionWithLogging(
storeActions.GET_CLOSEST_APPLICABLE_SHOPS, storeActions.GET_CLOSEST_APPLICABLE_SHOPS,
{ zip: this.serviceZipCode, carId: this.carId }, { zip: this.serviceZipCode, carId: this.carId },
"license-plate-lookup", "license-plate-lookup"
); );
}, },
async forwardButtonAction() { async forwardButtonAction() {

View file

@ -219,7 +219,7 @@ export default {
displayVinNotFoundAlert: false, displayVinNotFoundAlert: false,
displayMatchedDifferentVehicleAlert: false, displayMatchedDifferentVehicleAlert: false,
displayVinScanFailedAlert: false, displayVinScanFailedAlert: false,
displayNoServiceAlert: false displayNoServiceAlert: false,
}; };
}, },
methods: { methods: {