remove unneeded call
This commit is contained in:
parent
0a039a3dc2
commit
7569e1641a
1 changed files with 0 additions and 4 deletions
|
|
@ -224,10 +224,6 @@ export default {
|
||||||
|
|
||||||
navigateForward() {
|
navigateForward() {
|
||||||
this.mainStore.setVehicle().then(() => {
|
this.mainStore.setVehicle().then(() => {
|
||||||
if (this.isBigTruck && !this.canSafeliteService) {
|
|
||||||
this.displayNoServiceAlert = true;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (this.mainStore.isBailout) {
|
if (this.mainStore.isBailout) {
|
||||||
this.$router.navigate(
|
this.$router.navigate(
|
||||||
this.navigationScenarios.CLICKED_FORWARD_WITH_BAILOUT,
|
this.navigationScenarios.CLICKED_FORWARD_WITH_BAILOUT,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue