Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
muditchoudhary committed Nov 25, 2023
1 parent 3c11757 commit 84fc429
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
name: 'ReportsLearnerHeader',
mixins: [commonCoach, commonCoreStrings],
setup() {
const {saveTabsClick, wereTabsClickedRecently} = useCoachTabs();
const { saveTabsClick, wereTabsClickedRecently } = useCoachTabs();
return {
saveTabsClick,
wereTabsClickedRecently,
Expand Down Expand Up @@ -157,7 +157,7 @@
if (this.wereTabsClickedRecently(this.LEARNERS_TABS_ID)) {
this.$nextTick(() => {
this.$refs.tabList.focusActiveTab();
})
});
}
},
$trs: {
Expand All @@ -168,7 +168,7 @@
},
reportLearners: {
message: 'Report learners',
context: "Labels the Reports > Learners tab for screen reander users",
context: 'Labels the Reports > Learners tab for screen reander users',
},
},
};
Expand Down

0 comments on commit 84fc429

Please sign in to comment.