diff --git a/src/profile/ProfilePage.jsx b/src/profile/ProfilePage.jsx
index 525f928..336b6b6 100644
--- a/src/profile/ProfilePage.jsx
+++ b/src/profile/ProfilePage.jsx
@@ -112,9 +112,11 @@ class ProfilePage extends React.Component {
return (
{this.props.match.params.username}
-
+
+ {this.props.match.params.username}
+
+
-
- Member since
+
- 2017
+ Member since
+
+ 2017
+
-
+ verified
+
+
-
- Member since
+
- 2017
+ Member since
+
+ 2017
+
-
+ verified
+
+
Renders correctly in various states viewing own profile
-
- Member since
+
- 2017
+ Member since
+
+ 2017
+
-
+ staff
+
+
-
- Member since
+
- 2017
+ Member since
+
+ 2017
+
-
+ staff
+
+
Lemon Seltzer
@@ -580,6 +598,7 @@ exports[`Montenegro
@@ -670,6 +689,7 @@ exports[`Yoruba
@@ -760,6 +780,7 @@ exports[`Elementary/primary school
@@ -1029,6 +1050,7 @@ exports[`This is my bio
@@ -1278,6 +1300,7 @@ exports[`
Renders correctly in various states while saving an edi
-
- Member since
+
- 2017
+ Member since
+
+ 2017
+
-
+ staff
+
+
-
- Member since
+
- 2017
+ Member since
+
+ 2017
+
-
+ staff
+
+
Lemon Seltzer
@@ -1581,6 +1613,7 @@ exports[`Montenegro
@@ -1671,6 +1704,7 @@ exports[`Yoruba
@@ -1761,6 +1795,7 @@ exports[`Elementary/primary school
diff --git a/src/profile/forms/Bio.jsx b/src/profile/forms/Bio.jsx index 2ee99c3..96107e3 100644 --- a/src/profile/forms/Bio.jsx +++ b/src/profile/forms/Bio.jsx @@ -91,7 +91,7 @@ class Bio extends React.Component { showVisibility={visibilityBio !== null} visibility={visibilityBio} /> -{bio}
+{bio}
), empty: ( @@ -109,7 +109,7 @@ class Bio extends React.Component { static: ({bio}
+{bio}
{countryMessages[country]}
+{countryMessages[country]}
), empty: ( @@ -126,7 +127,7 @@ class Country extends React.Component {{countryMessages[country]}
+{countryMessages[country]}
), }} diff --git a/src/profile/forms/Education.jsx b/src/profile/forms/Education.jsx index 047ad30..92a3244 100644 --- a/src/profile/forms/Education.jsx +++ b/src/profile/forms/Education.jsx @@ -72,6 +72,7 @@ class Education extends React.Component { {intl.formatMessage(messages['profile.education.education'])} -+
{intl.formatMessage(get(
messages,
`profile.education.levels.${levelOfEducation}`,
@@ -133,7 +134,7 @@ class Education extends React.Component {
static: (
+
{intl.formatMessage(get(
messages,
`profile.education.levels.${levelOfEducation}`,
diff --git a/src/profile/forms/Name.jsx b/src/profile/forms/Name.jsx
index 2976a34..56ed958 100644
--- a/src/profile/forms/Name.jsx
+++ b/src/profile/forms/Name.jsx
@@ -68,7 +68,7 @@ class Name extends React.Component {
Once we're super sure we don't want it back, you could delete the name props and
such to fully get rid of it.
*/}
- {name} {name} {name} {name} {name} {name} {languageMessages[value]} {languageMessages[value]}
{languageMessages[value]}
+{languageMessages[value]}
), }} diff --git a/src/profile/forms/ProfileAvatar.jsx b/src/profile/forms/ProfileAvatar.jsx index 2f0de29..d46eea9 100644 --- a/src/profile/forms/ProfileAvatar.jsx +++ b/src/profile/forms/ProfileAvatar.jsx @@ -109,6 +109,7 @@ class ProfileAvatar extends React.Component {