diff --git a/lms/static/js/demographics_collection/DemographicsCollectionModal.jsx b/lms/static/js/demographics_collection/DemographicsCollectionModal.jsx
index 22b5c5230a..ad86afac49 100644
--- a/lms/static/js/demographics_collection/DemographicsCollectionModal.jsx
+++ b/lms/static/js/demographics_collection/DemographicsCollectionModal.jsx
@@ -326,21 +326,23 @@ class DemographicsCollectionModal extends React.Component {
}}
/>
{/* Family Income */}
-
- {gettext("What was the total combined income, during the last 12 months, of all members of your family? ")}
-
-
- {gettext("Select income")}
- {
- this.loadOptions(FIELD_NAMES.INCOME)
- }
-
+
+
+ {gettext("What was the total combined income, during the last 12 months, of all members of your family? ")}
+
+
+ {gettext("Select income")}
+ {
+ this.loadOptions(FIELD_NAMES.INCOME)
+ }
+
+
}
@@ -348,22 +350,24 @@ class DemographicsCollectionModal extends React.Component {
{({ wizardConsumer }) =>
{/* Military History */}
-
- {gettext("Have you ever served on active duty in the U.S. Armed Forces, Reserves, or National Guard?")}
-
-
- {gettext("Select military status")}
- {
- this.loadOptions(FIELD_NAMES.MILITARY)
- }
-
+
+
+ {gettext("Have you ever served on active duty in the U.S. Armed Forces, Reserves, or National Guard?")}
+
+
+ {gettext("Select military status")}
+ {
+ this.loadOptions(FIELD_NAMES.MILITARY)
+ }
+
+
}
@@ -371,39 +375,43 @@ class DemographicsCollectionModal extends React.Component {
{({ wizardConsumer }) =>
{/* Learner Education Level */}
-
- {gettext("What is the highest level of education that you have achieved so far?")}
-
-
- {gettext("Select level of education")}
- {
- this.loadOptions(FIELD_NAMES.EDUCATION_LEVEL)
- }
-
+
+
+ {gettext("What is the highest level of education that you have achieved so far?")}
+
+
+ {gettext("Select level of education")}
+ {
+ this.loadOptions(FIELD_NAMES.EDUCATION_LEVEL)
+ }
+
+
{/* Parent/Guardian Education Level */}
-
- {gettext("What is the highest level of education that any of your parents or guardians have achieved?")}
-
-
- {gettext("Select guardian education")}
- {
- this.loadOptions(FIELD_NAMES.PARENT_EDUCATION)
- }
-
+
+
+ {gettext("What is the highest level of education that any of your parents or guardians have achieved?")}
+
+
+ {gettext("Select guardian education")}
+ {
+ this.loadOptions(FIELD_NAMES.PARENT_EDUCATION)
+ }
+
+
}
@@ -431,39 +439,43 @@ class DemographicsCollectionModal extends React.Component {
disabled={this.state.fieldError}
/>
{/* Current Work Industry */}
-
- {gettext("What industry do you currently work in?")}
-
-
- {gettext("Select current industry")}
- {
- this.loadOptions(FIELD_NAMES.CURRENT_WORK)
- }
-
+
+
+ {gettext("What industry do you currently work in?")}
+
+
+ {gettext("Select current industry")}
+ {
+ this.loadOptions(FIELD_NAMES.CURRENT_WORK)
+ }
+
+
{/* Future Work Industry */}
-
- {gettext("What industry do you want to work in?")}
-
-
- {gettext("Select prospective industry")}
- {
- this.loadOptions(FIELD_NAMES.FUTURE_WORK)
- }
-
+
+
+ {gettext("What industry do you want to work in?")}
+
+
+ {gettext("Select prospective industry")}
+ {
+ this.loadOptions(FIELD_NAMES.FUTURE_WORK)
+ }
+
+
}
diff --git a/lms/static/js/demographics_collection/MultiselectDropdown.jsx b/lms/static/js/demographics_collection/MultiselectDropdown.jsx
index 9492f84445..62cbbacba1 100644
--- a/lms/static/js/demographics_collection/MultiselectDropdown.jsx
+++ b/lms/static/js/demographics_collection/MultiselectDropdown.jsx
@@ -109,7 +109,7 @@ class MultiselectDropdown extends React.Component {
- {option.display_name}
+ {option.display_name}
)
@@ -126,7 +126,7 @@ class MultiselectDropdown extends React.Component {
render() {
return (
{
// We need to make sure we only close and save the dropdown when
diff --git a/lms/static/js/demographics_collection/SelectWithInput.jsx b/lms/static/js/demographics_collection/SelectWithInput.jsx
index f5980da86c..fae4088653 100644
--- a/lms/static/js/demographics_collection/SelectWithInput.jsx
+++ b/lms/static/js/demographics_collection/SelectWithInput.jsx
@@ -18,7 +18,7 @@ export const SelectWithInput = (props) => {
disabled,
} = props;
return (
-
+
{labelText}
{
}
)
-}
\ No newline at end of file
+}