Skip to content

Commit

Permalink
Fixed wrong PropType for autoScale
Browse files Browse the repository at this point in the history
  • Loading branch information
itinance committed Dec 22, 2016
1 parent e5e4c96 commit 7bd7bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Ikon.propTypes = {
name: PropTypes.string.isRequired,
style: PropTypes.object,
resizeMode: PropTypes.string,
autoScale: PropTypes.boolean,
autoScale: PropTypes.bool,
}

Ikon.defaultProps = {
Expand Down

0 comments on commit 7bd7bcc

Please sign in to comment.