Răsfoiți Sursa

set PropTypes

itizawa 6 ani în urmă
părinte
comite
b350ff0d71
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      src/client/js/components/PageComment/Comment.jsx

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

@@ -287,6 +287,7 @@ Comment.propTypes = {
 
   comment: PropTypes.object.isRequired,
   growiRenderer: PropTypes.object.isRequired,
+  editBtnClicked: PropTypes.func.isRequired,
   deleteBtnClicked: PropTypes.func.isRequired,
   replyList: PropTypes.array,
 };