Missing proptypes

This commit is contained in:
Belen Curcio
2017-10-19 11:26:22 -03:00
parent 7494752019
commit 101b6cbe59
@@ -23,7 +23,7 @@ const CloseCommentsInfo = ({status, onClick}) => (
CloseCommentsInfo.propTypes = {
status: PropTypes.string,
onClick: PropTypes.onClick,
onClick: PropTypes.func,
};
export default CloseCommentsInfo;