Skip to content

Commit 82762a5

Browse files
authored
cardLoaderFix (#693)
- **indirect passed fcn...** - **pass inputs to view lookup fcn**
2 parents 331d7e8 + 554e9ba commit 82762a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/platform-ui/src/components/Courses/CourseCardBrowser.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export default defineComponent({
169169
userIsRegistered: false,
170170
questionCount: 0,
171171
tags: [] as Tag[],
172-
viewLookup: allCourses.getView,
172+
viewLookup: (x: unknown) => allCourses.getView(x),
173173
};
174174
},
175175

0 commit comments

Comments
 (0)