Skip to content

Commit

Permalink
Fix strings destructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
MisRob committed Feb 15, 2024
1 parent 331b1bd commit b6f95cc
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 b6f95cc

Please sign in to comment.