소스 검색

clean code

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

+ 0 - 1
packages/app/src/components/InAppNotification/InAppNotification.tsx

@@ -40,7 +40,6 @@ export const InAppNotification = (props: Props): JSX.Element => {
     const actionUsers = notification.actionUsers;
 
     if (actionUsers.length < 1) {
-    // what is this case?
       return <></>;
     }