Skip to content

Commit

Permalink
Fix missing await
Browse files Browse the repository at this point in the history
  • Loading branch information
MisRob committed Jul 9, 2024
1 parent 722f48b commit 6123515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kolibri/plugins/coach/assets/src/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default [
path: '/:classId/home/activity',
component: HomeActivityPage,
handler: async (toRoute, fromRoute, next) => {
showHomePage(toRoute);
await showHomePage(toRoute);
store.dispatch('notLoading');
},
meta: {
Expand Down

0 comments on commit 6123515

Please sign in to comment.