From 6376e685ed0f23896255026d430e9e15d27fd148 Mon Sep 17 00:00:00 2001 From: Katie Kroell Date: Thu, 13 Jun 2024 14:58:17 -0400 Subject: [PATCH] formatting --- src/layouts/license-plate-lookup/license-plate-lookup.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/layouts/license-plate-lookup/license-plate-lookup.vue b/src/layouts/license-plate-lookup/license-plate-lookup.vue index 3b07f14d..4b8e7e29 100644 --- a/src/layouts/license-plate-lookup/license-plate-lookup.vue +++ b/src/layouts/license-plate-lookup/license-plate-lookup.vue @@ -170,7 +170,8 @@ export default { const vinYmmFound = // eslint-disable-next-line max-len `${this.customAlertData?.vehicleInfo?.year} ${this.customAlertData?.vehicleInfo?.make} ${this.customAlertData?.vehicleInfo?.model}`; - const vinYmmExpected = `${this.mainStore.order.vehicle.year} ${this.mainStore.order.vehicle.make} ${this.mainStore.order.vehicle.model}`; + const vinYmmExpected = `${this.mainStore.order.vehicle.year} ${this.mainStore.order.vehicle.make} + ${this.mainStore.order.vehicle.model}`; return this.getCmsContent( 'AlertMatchedDifferentVehicleWidget', @@ -206,7 +207,8 @@ export default { const vinYmmFound = // eslint-disable-next-line max-len `${this.customAlertData?.vehicleInfo?.year} ${this.customAlertData?.vehicleInfo?.make} ${this.customAlertData?.vehicleInfo?.model}`; - const vinYmmExpected = `${this.mainStore.order.vehicle.year} ${this.mainStore.order.vehicle.make} ${this.mainStore.order.vehicle.model}`; + const vinYmmExpected = `${this.mainStore.order.vehicle.year} ${this.mainStore.order.vehicle.make} + ${this.mainStore.order.vehicle.model}`; return vinYmmFound.toLowerCase() === vinYmmExpected.toLowerCase(); }, stateOptions: {