remove unneeded call

This commit is contained in:
Katie Kroell 2025-09-11 09:10:29 -04:00
parent 0a039a3dc2
commit 7569e1641a

View file

@ -224,10 +224,6 @@ export default {
navigateForward() {
this.mainStore.setVehicle().then(() => {
if (this.isBigTruck && !this.canSafeliteService) {
this.displayNoServiceAlert = true;
return;
}
if (this.mainStore.isBailout) {
this.$router.navigate(
this.navigationScenarios.CLICKED_FORWARD_WITH_BAILOUT,