Skip to content

Commit

Permalink
Added DEV check that hides flights dialog until fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZermattChris committed Oct 11, 2023
1 parent eaf29e8 commit 6914438
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/views/Step_Start.vue
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,14 @@ export default {
return
}
// Need to make a switch, as Git has pushed this to master origin
if (this.$store.state._DEV === false) {
console.warn("TODO: Remove dialog blocker once git problems with master fixed.")
return
}
// check if user selected the Elite flight and if yes, show info dialog.
this.flightInfoDialog = true
Expand Down

0 comments on commit 6914438

Please sign in to comment.