Skip to content

Commit

Permalink
Merge pull request #12428 from nucleogenesis/fix--sneaky-lint
Browse files Browse the repository at this point in the history
EQM: Fix unlinted files
  • Loading branch information
marcellamaki authored Jul 10, 2024
2 parents 532bb5b + 8b62ac6 commit 5980814
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@
import useKResponsiveWindow from 'kolibri-design-system/lib/composables/useKResponsiveWindow';
import CoachContentLabel from 'kolibri.coreVue.components.CoachContentLabel';
import { validateLinkObject, validateContentNodeKind } from 'kolibri.utils.validators';
import { validateLinkObject } from 'kolibri.utils.validators';
import LearningActivityChip from 'kolibri-common/components/ResourceDisplayAndSearch/LearningActivityChip.vue';
import CardThumbnail from './CardThumbnail';
2 changes: 0 additions & 2 deletions kolibri/plugins/learn/assets/src/modules/examViewer/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { displaySectionTitle } from 'kolibri-common/strings/enhancedQuizManagementStrings';

function defaultState() {
return {
contentNodeMap: {},

0 comments on commit 5980814

Please sign in to comment.