Skip to content

Commit

Permalink
fix react proptypes warning
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwils authored and diasbruno committed Jun 13, 2017
1 parent 95693ba commit a61f73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/Modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var Modal = createReactClass({
overlay: PropTypes.object
}),
portalClassName: PropTypes.string,
bodyOpenClassName: React.PropTypes.string,
bodyOpenClassName: PropTypes.string,
appElement: PropTypes.instanceOf(SafeHTMLElement),
onAfterOpen: PropTypes.func,
onRequestClose: PropTypes.func,
Expand Down

0 comments on commit a61f73c

Please sign in to comment.