diff --git a/web/react/components/setting_item_min.jsx b/web/react/components/setting_item_min.jsx index 1352269005..3c87e416eb 100644 --- a/web/react/components/setting_item_min.jsx +++ b/web/react/components/setting_item_min.jsx @@ -2,16 +2,23 @@ // See License.txt for license information. module.exports = React.createClass({ + displayName: 'SettingsItemMin', + propTypes: { + title: React.PropTypes.string, + disableOpen: React.PropTypes.bool, + updateSection: React.PropTypes.func, + describe: React.PropTypes.string + }, render: function() { var editButton = ''; - if(!this.props.disableOpen) { - editButton =