fix: recommendations link event (#80)

This commit is contained in:
Ben Warzeski
2022-11-30 16:27:04 -05:00
committed by GitHub
parent 821e6bce50
commit bbe9b7bb80

View File

@@ -22,7 +22,7 @@ export const useCourseCardData = (course, isPersonalized) => {
course.courseKey,
isPersonalized,
course?.marketingUrl,
);
)(e);
};
return { handleCourseClick };
};