Skip to content

Commit 52c657a

Browse files
nel-colevithomason
authored andcommitted
fix(Rating): correct defaultProps typo (Semantic-Org#2061)
1 parent e66165a commit 52c657a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/Rating/RatingIcon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default class RatingIcon extends Component {
5656
selected: PropTypes.bool,
5757
}
5858

59-
defaultProps = {
59+
static defaultProps = {
6060
as: 'i',
6161
}
6262

0 commit comments

Comments
 (0)