Removed isRequired for whole user entity (#5902)
This is already done in components that consume these PropTypes
This commit is contained in:
parent
261a4f9efa
commit
f2b79a94dd
1 changed files with 1 additions and 1 deletions
|
|
@ -5,4 +5,4 @@ export const userPropTypes = PropTypes.shape({
|
|||
name: PropTypes.string.isRequired,
|
||||
profile_image_url: PropTypes.string.isRequired,
|
||||
summary: PropTypes.string.isRequired,
|
||||
}).isRequired;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue