From 101b6cbe59c2500ee7282719e6e07bb058dbf917 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Thu, 19 Oct 2017 11:26:22 -0300 Subject: [PATCH] Missing proptypes --- client/coral-configure/components/CloseCommentsInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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