Explorar el Código

remove propTypes

itizawa hace 6 años
padre
commit
d9d85d6543
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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,