소스 검색

clean code

kaori 4 년 전
부모
커밋
c962952af3
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      packages/app/src/components/InAppNotification/PageCommentInAppNotification.tsx

+ 0 - 2
packages/app/src/components/InAppNotification/PageCommentInAppNotification.tsx

@@ -8,8 +8,6 @@ interface Props {
 }
 export const PageCommentInAppNotification = (props: Props): JSX.Element => {
 
-  // TODO: need to add page comment create and update statuses.
-
   return (
     <>
       <b>{props.actionUsers}</b> commented on {props.notification.target.path}