소스 검색

clean code

jam411 3 년 전
부모
커밋
86b8953aee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/src/components/PageComment/CommentEditor.tsx

+ 1 - 1
packages/app/src/components/PageComment/CommentEditor.tsx

@@ -63,7 +63,7 @@ export const CommentEditor = (props: PropsType): JSX.Element => {
 
   const {
     rendererOptions, isForNewComment, replyTo,
-    currentCommentId, commentBody, commentCreator, onCancelButtonClicked, onCommentButtonClicked,
+    currentCommentId, commentBody, onCancelButtonClicked, onCommentButtonClicked,
   } = props;
   const { data: currentUser } = useCurrentUser();
   const { data: currentPagePath } = useCurrentPagePath();