Skip to content

Commit

Permalink
fix(Rating): correct defaultProps typo (#2061)
Browse files Browse the repository at this point in the history
  • Loading branch information
nel-co authored and levithomason committed Sep 11, 2017
1 parent e66165a commit 52c657a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Rating/RatingIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default class RatingIcon extends Component {
selected: PropTypes.bool,
}

defaultProps = {
static defaultProps = {
as: 'i',
}

Expand Down

0 comments on commit 52c657a

Please sign in to comment.