mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
Fix proptypes errors in auth
This commit is contained in:
@@ -47,7 +47,7 @@ SetUsernameDialogContainer.propTypes = {
|
||||
username: PropTypes.string,
|
||||
setUsername: PropTypes.func.isRequired,
|
||||
loading: PropTypes.bool.isRequired,
|
||||
errorMessage: PropTypes.string.isRequired,
|
||||
errorMessage: PropTypes.string,
|
||||
success: PropTypes.bool.isRequired,
|
||||
validateUsername: PropTypes.func.isRequired,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user