Skip to content

Commit 4721c71

Browse files
committed
indirect passed fcn...
for proper `this` resolution
1 parent 331d7e8 commit 4721c71

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: () => allCourses.getView(),
173173
};
174174
},
175175

0 commit comments

Comments
 (0)