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,
showServiceZipField: this.getServiceZipFromStore(),
isZipServiceable: false,
displayNoServiceAlert: false
displayNoServiceAlert: false,
};
},
methods: {

View file

@ -76,7 +76,7 @@
:manualCopy="AlertMatchedDifferentVehicleBody"
alertClass="alert-warning"
v-bind:isDismissible="false" />
<alert
ref="AlertNoService"
v-if="displayNoServiceAlert"
@ -178,7 +178,7 @@ export default {
displayInvalidZipAlert: false,
showServiceZipField: this.getServiceZipFromStore(),
isZipServiceable: false,
displayNoServiceAlert: false
displayNoServiceAlert: false,
};
},
methods: {
@ -221,7 +221,7 @@ export default {
return await this.dispatchStoreActionWithLogging(
storeActions.GET_CLOSEST_APPLICABLE_SHOPS,
{ zip: this.serviceZipCode, carId: this.carId },
"license-plate-lookup",
"license-plate-lookup"
);
},
async forwardButtonAction() {

View file

@ -46,14 +46,14 @@
v-model="customAlertData"
v-if="displayNonServiceableZipAlert"
alertClass="alert-danger" />
<alert
ref="AlertNoService"
v-if="displayNoServiceAlert"
class="my-4"
cmsWidgetName="AlertNoServiceWidget"
alertClass="alert-danger"
v-bind:isDismissible="false" />
v-bind:isDismissible="false" />
<navbar
cmsWidgetName="FunnelFooterWidget"

View file

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