Skip to content

Commit

Permalink
remove comment about bug
Browse files Browse the repository at this point in the history
  • Loading branch information
skamansam committed Sep 15, 2023
1 parent 5b07f32 commit ddee86b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/DependencyEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ export default {
// TODO: add support for the 'in' operator
// TODO: if there are two lists with the same name, use the slug instead
// BUG: this is causing an error on page load when autocompleteQuestList has not been determined.
// solution: determine the list on mount
/**@type {string} */
const equation = $event.target.value;
const equations = equation.split(/\band\b|\bor\b/i); // Split by 'and' or 'or'
Expand Down

0 comments on commit ddee86b

Please sign in to comment.