mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
Apply suggestions
This commit is contained in:
@@ -11,7 +11,7 @@ import SetUsernameDialog from '../components/SetUsernameDialog';
|
||||
class SetUsernameDialogContainer extends Component {
|
||||
state = {
|
||||
username: this.props.username,
|
||||
usernameError: '',
|
||||
usernameError: null,
|
||||
};
|
||||
|
||||
handleSubmit = () => {
|
||||
|
||||
Reference in New Issue
Block a user