Skip to content

Commit

Permalink
remove native attributes from Avatar prop types
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Plummer committed Apr 21, 2020
1 parent 8312595 commit dee746b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Avatar.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ Avatar.defaultProps = {
}

Avatar.propTypes = {
alt: PropTypes.string,
...COMMON.propTypes,
size: PropTypes.number,
src: PropTypes.string,
square: PropTypes.bool,
theme: PropTypes.object
}
Expand Down

0 comments on commit dee746b

Please sign in to comment.