mirror of
https://github.com/wassname/talk.git
synced 2026-07-24 13:20:47 +08:00
Removing unused code
This commit is contained in:
@@ -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} >
|
||||
|
||||
Reference in New Issue
Block a user