Просмотр исходного кода

delete container Comment.jsx fix

ryoji-s 3 лет назад
Родитель
Сommit
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) => {