Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVelezLl committed Dec 17, 2024
1 parent 507d631 commit d45c26b
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,13 @@
<script>
import commonCoreStrings from 'kolibri/uiText/commonCoreStrings';
import { enhancedQuizManagementStrings } from 'kolibri-common/strings/enhancedQuizManagementStrings';
import commonCoachStrings from '../../../common';
import IndividualLearnerSelectorTable from './IndividualLearnerSelectorTable';
export default {
name: 'IndividualLearnerSelector',
components: { IndividualLearnerSelectorTable },
mixins: [commonCoreStrings, commonCoachStrings],
setup() {
const { noLearnersEnrolled$ } = enhancedQuizManagementStrings;
return {
noLearnersEnrolled$,
};
},
props: {
// If true, the main checkbox is checked and the list of learners is shown
isVisible: {
Expand Down

0 comments on commit d45c26b

Please sign in to comment.