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

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

@@ -69,8 +69,6 @@ const InAppNotificationElm = (props: Props): JSX.Element => {
   }, []);
 
   const actionUsers = getActionUsers();
-
-  // TODO: 82528 Swap target.path and snapshot.path
   const pagePath = { path: notification.pageIdSnapshot };
 
   const actionType: string = notification.action;