Fixed typo in proptypes

This commit is contained in:
traa 2017-05-28 18:13:25 +03:00
parent 5a7d012145
commit f70b265ccb

View file

@ -56,7 +56,7 @@ const UsersProfileCheck = ({currentUser, document, loading, flash}, context) =>
};
UsersProfileCheck.propsTypes = {
UsersProfileCheck.propTypes = {
currentUser: React.PropTypes.object
};