Skip to content

Commit

Permalink
Fix search results display error, replacing reference with
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellamaki committed Feb 1, 2022
1 parent a0038fd commit 6fa3db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kolibri/plugins/learn/assets/src/views/LibraryPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
/>
<!-- Grid of search results -->
<LibraryAndChannelBrowserMainContent
:contents="resumableContentNodes"
:contents="results"
:currentCardViewStyle="currentCardViewStyle"
:gridType="1"
@openCopiesModal="openCopiesModal"
Expand Down

0 comments on commit 6fa3db3

Please sign in to comment.