fix typo in proptypes

This commit is contained in:
Job Evers-Meltzer 2017-01-17 21:36:32 -06:00
parent 2192efc49f
commit 5f2312295c

View file

@ -61,7 +61,7 @@ export let FileActions = React.createClass({
path: React.PropTypes.string,
hidden: React.PropTypes.bool,
deleteChecked: React.PropTypes.bool,
onRemove: React.PropTypes.function,
onRemove: React.PropTypes.func,
},
getInitialState: function() {
return {