Skip to content

Commit

Permalink
Fix InstallContentModal visibility at launch
Browse files Browse the repository at this point in the history
  • Loading branch information
danigm committed Jul 14, 2022
1 parent 63cdfa6 commit 5f80a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kolibri_explore_plugin/assets/src/views/ExploreIndex.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
if (data.collection) {
const [grade, size] = data.collection.split('-');
const collection = data.collections[size];
const collection = data.collections[grade][size];
this.downloadCollection(grade, collection);
}
});
Expand Down

0 comments on commit 5f80a8f

Please sign in to comment.