Преглед на файлове

delete container Comment.jsx fix

ryoji-s преди 3 години
родител
ревизия
758fb6673e
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      packages/app/src/components/PageComment/Comment.jsx

+ 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) => {