Ver Fonte

remove propTypes

itizawa há 6 anos atrás
pai
commit
d9d85d6543
1 ficheiros alterados com 0 adições e 1 exclusões
  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,