Fix new eslint error

This commit is contained in:
hypnos 2017-08-21 23:49:00 +03:00
parent ff23bdf1ab
commit c150b41546

View File

@ -65,6 +65,6 @@ PropField.propTypes = {
knob: PropTypes.shape({
name: PropTypes.string,
value: PropTypes.any,
}),
}).isRequired,
onChange: PropTypes.func.isRequired,
};