mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 12:27:17 +00:00
Validate missing prop types
This commit is contained in:
@@ -167,6 +167,7 @@ const Project = ({ repo, loading }) => {
|
||||
|
||||
Project.propTypes = {
|
||||
repo: PropTypes.array,
|
||||
loading: PropTypes.bool,
|
||||
};
|
||||
|
||||
export default Project;
|
||||
|
||||
Reference in New Issue
Block a user