Fix proptypes errors in auth

This commit is contained in:
Chi Vinh Le
2018-02-16 12:31:37 +01:00
parent 78db4077e1
commit ba11eb233a
13 changed files with 18 additions and 18 deletions
@@ -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,
};