Skip to content
Snippets Groups Projects
Commit 1b298dea authored by Albert (AJ) St. Aubin's avatar Albert (AJ) St. Aubin
Browse files

Suppress Hotjar on demographic collection modal

parent 62ecf6dd
No related merge requests found
......@@ -284,7 +284,7 @@ class DemographicsCollectionModal extends React.Component {
</Wizard.Header>
<Wizard.Page>
{({ wizardConsumer }) =>
<div className="demographics-form-container">
<div className="demographics-form-container" data-hj-suppress>
{/* Gender Identity */}
<SelectWithInput
selectName={FIELD_NAMES.GENDER}
......@@ -346,7 +346,7 @@ class DemographicsCollectionModal extends React.Component {
</Wizard.Page>
<Wizard.Page>
{({ wizardConsumer }) =>
<div className="demographics-form-container">
<div className="demographics-form-container" data-hj-suppress>
{/* Military History */}
<label htmlFor={FIELD_NAMES.MILITARY}>
{gettext("Have you ever served on active duty in the U.S. Armed Forces, Reserves, or National Guard?")}
......@@ -369,7 +369,7 @@ class DemographicsCollectionModal extends React.Component {
</Wizard.Page>
<Wizard.Page>
{({ wizardConsumer }) =>
<div className="demographics-form-container">
<div className="demographics-form-container" data-hj-suppress>
{/* Learner Education Level */}
<label htmlFor={FIELD_NAMES.EDUCATION_LEVEL}>
{gettext("What is the highest level of education that you have achieved so far?")}
......@@ -409,7 +409,7 @@ class DemographicsCollectionModal extends React.Component {
</Wizard.Page>
<Wizard.Page>
{({ wizardConsumer }) =>
<div className="demographics-form-container">
<div className="demographics-form-container" data-hj-suppress>
{/* Employment Status */}
<SelectWithInput
selectName={FIELD_NAMES.WORK_STATUS}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment