mirror of
https://github.com/wassname/talk.git
synced 2026-08-16 11:29:31 +08:00
Missing proptypes
This commit is contained in:
@@ -23,7 +23,7 @@ const CloseCommentsInfo = ({status, onClick}) => (
|
||||
|
||||
CloseCommentsInfo.propTypes = {
|
||||
status: PropTypes.string,
|
||||
onClick: PropTypes.onClick,
|
||||
onClick: PropTypes.func,
|
||||
};
|
||||
|
||||
export default CloseCommentsInfo;
|
||||
Reference in New Issue
Block a user