Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
muditchoudhary committed Dec 21, 2023
1 parent 11114d4 commit 331b1bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
},
mixins: [commonCoach, commonCoreStrings],
setup() {
const {coachReportsLesson$} = coachStrings();
const { coachReportsLesson$ } = coachStrings();
const { saveTabsClick, wereTabsClickedRecently } = useCoachTabs();
return {
saveTabsClick,
Expand Down

0 comments on commit 331b1bd

Please sign in to comment.