itizawa 6 лет назад
Родитель
Сommit
d9d85d6543
1 измененных файлов с 0 добавлено и 1 удалено
  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,