diff --git a/src/layouts/vehicle-selection/vehicle-selection.vue b/src/layouts/vehicle-selection/vehicle-selection.vue index dda4222a..26276c37 100644 --- a/src/layouts/vehicle-selection/vehicle-selection.vue +++ b/src/layouts/vehicle-selection/vehicle-selection.vue @@ -182,13 +182,13 @@ export default { } if (this.mainStore.isBailout) { - this.$router.navigate( + return this.$router.navigate( this.navigationScenarios.BAILOUT, this.$route ); } - this.$router.navigate( + return this.$router.navigate( this.navigationScenarios.CLICKED_FORWARD, this.$route ); diff --git a/src/layouts/vin-lookup/vin-lookup.vue b/src/layouts/vin-lookup/vin-lookup.vue index 233d8782..d9b90d96 100644 --- a/src/layouts/vin-lookup/vin-lookup.vue +++ b/src/layouts/vin-lookup/vin-lookup.vue @@ -181,7 +181,6 @@ export default { if (!vehicleLookupResponse.data.canSafeliteService) { this.mainStore.setBailout(bailoutMessage.HeavyTruckVehicle(vehicleLookupResponse.data.carId)); this.resetVehicleFromLookup(); - return; } // Add vin bcs the response from the service doesn't contain vin