Skip to content

Commit

Permalink
precommit: install precommit and run linting from same
Browse files Browse the repository at this point in the history
  • Loading branch information
EshaanAgg committed Feb 2, 2024
1 parent 236abc8 commit ed46bfd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kolibri/core/assets/src/views/ExamReport/TriesOverview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
{{ coreString('statusLabel') }}
</th>
<td>
<ProgressIcon
class="svg-icon"
:progress="progress"
:data-testid="`progress-icon-${progress}`"
<ProgressIcon
class="svg-icon"
:progress="progress"
:data-testid="`progress-icon-${progress}`"
/>
<template v-if="complete">
{{ coreString('completedLabel') }}
Expand Down

0 comments on commit ed46bfd

Please sign in to comment.