Verified className fix

This commit is contained in:
Alex Gleason 2020-08-09 14:32:22 -05:00
parent 2fff5db5d5
commit 6f6f91e2f4
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ class EditProfile extends ImmutablePureComponent {
<fieldset disabled={this.state.isLoading}>
<FieldsGroup>
<TextInput
className={verified && 'disabled'}
className={verified ? 'disabled' : ''}
label={<FormattedMessage id='edit_profile.fields.display_name_label' defaultMessage='Display name' />}
name='display_name'
value={this.state.display_name}