diff --git a/client/coral-configure/components/CloseCommentsInfo.js b/client/coral-configure/components/CloseCommentsInfo.js index fbb5f1aa0..d10419f3f 100644 --- a/client/coral-configure/components/CloseCommentsInfo.js +++ b/client/coral-configure/components/CloseCommentsInfo.js @@ -23,7 +23,7 @@ const CloseCommentsInfo = ({status, onClick}) => ( CloseCommentsInfo.propTypes = { status: PropTypes.string, - onClick: PropTypes.onClick, + onClick: PropTypes.func, }; export default CloseCommentsInfo; \ No newline at end of file