Răsfoiți Sursa

add propTypes

itizawa 6 ani în urmă
părinte
comite
fb72ea89e2
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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,
 };