Przeglądaj źródła

delete container Comment.jsx fix

ryoji-s 3 lat temu
rodzic
commit
758fb6673e

+ 4 - 0
packages/app/src/components/PageComment/Comment.jsx

@@ -237,6 +237,10 @@ Comment.propTypes = {
   deleteBtnClicked: PropTypes.func.isRequired,
   currentUser: PropTypes.object,
   onComment: PropTypes.func,
+  revisionId: PropTypes.object,
+  revisionCreatedAt: PropTypes.object,
+  config: PropTypes.object,
+  interceptorManager: PropTypes.object,
 };
 
 const CommentWrapperFC = (props) => {