fix: remove hotjar event code [VAN-1074] (#31269)
This commit is contained in:
committed by
GitHub
parent
4b5f4f1eff
commit
e76e0c4a07
@@ -47,10 +47,6 @@ class RecommendationsPanel extends React.Component {
|
||||
return this.props.generalRecommendations;
|
||||
});
|
||||
|
||||
if (window.hj && coursesRecommendationData.courses.length) {
|
||||
window.hj('event', 'van_1108_show_recommendations_survey');
|
||||
}
|
||||
|
||||
this.setState({
|
||||
isLoading: false,
|
||||
coursesList: coursesRecommendationData.courses,
|
||||
|
||||
Reference in New Issue
Block a user