Browse Source

add propTypes

itizawa 6 năm trước cách đây
mục cha
commit
fb72ea89e2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/client/js/components/PageComment/CommentEditor.jsx

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

@@ -336,6 +336,7 @@ CommentEditor.propTypes = {
   replyTo: PropTypes.string,
   currentCommentId: PropTypes.string,
   commentBody: PropTypes.string,
+  creatorId: PropTypes.string,
   commentButtonClickedHandler: PropTypes.func.isRequired,
 };