Skip to content

Commit

Permalink
Merge pull request #4322 from aman-atg/aman-atg-minorFixFor#4190
Browse files Browse the repository at this point in the history
Patch for PR #4190
  • Loading branch information
Jag96 committed Jul 30, 2021
2 parents f856107 + 7c7475b commit 0c49bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/settings/Profile/ProfilePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ class ProfilePage extends Component {
} = this.state;

setPersonalDetails({
firstName,
lastName,
firstName: firstName.trim(),
lastName: lastName.trim(),
pronouns: pronouns === this.props.translate('pronouns.selfSelect')
? selfSelectedPronouns
: pronouns,
Expand Down

0 comments on commit 0c49bcf

Please sign in to comment.