mirror of
https://github.com/wassname/talk.git
synced 2026-09-10 12:43:11 +08:00
hook handler
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user