Skip to content

Commit

Permalink
Fixes kolibri/vue-no-unused-methods
Browse files Browse the repository at this point in the history
  • Loading branch information
MisRob committed Jul 8, 2024
1 parent b1aa344 commit 5c815f1
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -334,16 +334,6 @@
},
},
methods: {
listKey(question) {
return question.exercise_id + question.question_id;
},
numCoachContents(exerciseId) {
// Do this to handle missing content
return Boolean((this.selectedExercises[exerciseId] || {}).num_coach_contents);
},
available(exerciseId) {
return Boolean(this.selectedExercises[exerciseId]);
},
isSelected(question) {
return (
this.currentQuestion.question_id === question.question_id &&
Expand Down

0 comments on commit 5c815f1

Please sign in to comment.