From ea2f1d4dadf19d6ad9ae38dd7e7ee8d5d672229a Mon Sep 17 00:00:00 2001 From: Kroell Date: Sat, 18 Feb 2023 12:01:46 -0500 Subject: [PATCH] zip code field no longer exists on license-plate-lookup, value not saved to store --- src/store/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index db172dde..961a0835 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -940,8 +940,7 @@ export const useMainStore = defineStore({ if ( registrationInfo?.licensePlate !== this.order.vehicle.registration?.licensePlate || - registrationInfo?.state !== this.order.vehicle.registration?.state || - registrationInfo?.zipCode !== this.order.vehicle.registration?.zipCode + registrationInfo?.state !== this.order.vehicle.registration?.state ) { this.resetRegistrationAndDependencies();