Skip to content

Commit

Permalink
Removed dialog blocker from master
Browse files Browse the repository at this point in the history
  • Loading branch information
ZermattChris committed Oct 11, 2023
1 parent 006ee36 commit 1e73c48
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/views/Step_Start.vue
Original file line number Diff line number Diff line change
Expand Up @@ -738,12 +738,12 @@ export default {
return
}
// TODO: FIX THIS
// 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
}
// // TODO: FIX THIS
// // 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.
Expand Down

0 comments on commit 1e73c48

Please sign in to comment.