Jelajahi Sumber

remove propTypes

itizawa 6 tahun lalu
induk
melakukan
d9d85d6543
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      src/client/js/components/PageComment/CommentEditor.jsx

+ 0 - 1
src/client/js/components/PageComment/CommentEditor.jsx

@@ -323,7 +323,6 @@ CommentEditor.propTypes = {
 
   growiRenderer: PropTypes.instanceOf(GrowiRenderer).isRequired,
   replyTo: PropTypes.string,
-  reEdit: PropTypes.bool,
   currentCommentId: PropTypes.string,
   commentBody: PropTypes.string,
   commentButtonClickedHandler: PropTypes.func.isRequired,