diff --git a/src/profile/components/forms/Country.jsx b/src/profile/components/forms/Country.jsx
index 31f914a..5b894b9 100644
--- a/src/profile/components/forms/Country.jsx
+++ b/src/profile/components/forms/Country.jsx
@@ -83,6 +83,7 @@ class Country extends React.Component {
value={country}
onChange={this.handleChange}
>
+
{sortedCountries.map(({ code, name }) => (
))}
diff --git a/src/profile/components/forms/Education.jsx b/src/profile/components/forms/Education.jsx
index 12cbdba..3702a9e 100644
--- a/src/profile/components/forms/Education.jsx
+++ b/src/profile/components/forms/Education.jsx
@@ -78,6 +78,7 @@ class Education extends React.Component {
value={levelOfEducation}
onChange={this.handleChange}
>
+
{EDUCATION_LEVELS.map(level => (
{sortedLanguages.map(({ code, name }) => (
))}