Removing unused code

This commit is contained in:
okbel
2018-01-04 13:59:37 -03:00
parent ca55097b5c
commit 7bfbeac368
@@ -60,7 +60,7 @@ class ChangeUsername extends Component {
value={username}
placeholder={t('framework.edit_name.label')}
onChange={(e) => this.setState({username: e.target.value})}
rows={3}/><br/>
/><br/>
<Button
className="talk-change-username-submit-button"
onClick={this.onSubmitClick} >