Skip to content

Commit 04e9177

Browse files
authored
fix: updated hotjar event name (#157)
1 parent 893589e commit 04e9177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/HotjarSurvey/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const HotjarSurvey = () => {
2929

3030
useEffect(() => {
3131
if (isShowSurvey && window.hj) {
32-
window.hj('event', 'lms_openassessment_survey');
32+
window.hj('event', 'lms_openassessment_survey_mfe');
3333
}
3434
});
3535
return (

0 commit comments

Comments
 (0)