hook handler

This commit is contained in:
okbel
2018-03-01 19:59:02 -03:00
parent bc273d16f7
commit 11b98370b6
2 changed files with 13 additions and 11 deletions
@@ -49,6 +49,6 @@ export default class CheckToxicityHook extends React.Component {
CheckToxicityHook.propTypes = {
notify: PropTypes.func.isRequired,
registerHook: PropTypes.func.isRequired,
unregisterHook: PropTypes.func.isRequired,
registerHook: PropTypes.func,
unregisterHook: PropTypes.func,
};