We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a99f63 commit 3e4c77aCopy full SHA for 3e4c77a
kolibri/plugins/learn/assets/src/views/learn-page/index.vue
@@ -84,7 +84,7 @@
84
if (this.isMobile) {
85
return this.recommendations.resume.slice(0, mobileCardNumber);
86
}
87
- return this.recommendations.resume.slice(0, mobileCardNumber);
+ return this.recommendations.resume;
88
},
89
trimmedNextSteps() {
90
0 commit comments