Explorar el Código

add propTypes

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