Skip to content

Commit 554e9ba

Browse files
committed
pass inputs to view lookup fcn
1 parent 4721c71 commit 554e9ba

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)