mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 01:51:40 -05:00
Fixed typo in proptypes
This commit is contained in:
parent
5a7d012145
commit
f70b265ccb
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ const UsersProfileCheck = ({currentUser, document, loading, flash}, context) =>
|
|||
|
||||
};
|
||||
|
||||
UsersProfileCheck.propsTypes = {
|
||||
UsersProfileCheck.propTypes = {
|
||||
currentUser: React.PropTypes.object
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue