Skip to content

Commit df7008a

Browse files
authored
Merge pull request #860 from endlessm/799-more-silly-wiring
Routing: Fix one more page mounting early
2 parents 0ce794f + c543e13 commit df7008a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • kolibri_explore_plugin/assets/src/modules/topicsRoot

kolibri_explore_plugin/assets/src/modules/topicsRoot/handlers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@ export function decideDownload(store, grade, name) {
215215
});
216216
} else {
217217
console.debug('Conditions not met to download, assuming as completed.');
218-
router.replace({ name: PageNames.TOPICS_ROOT });
219218
store.commit('CORE_SET_PAGE_LOADING', false);
220219
store.commit('CORE_SET_ERROR', null);
220+
router.replace({ name: PageNames.TOPICS_ROOT });
221221
}
222222
});
223223
}

0 commit comments

Comments
 (0)