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();