Shun Miyazawa 4 лет назад
Родитель
Сommit
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();
   const actionUsers = getActionUsers();
-
-  // TODO: 82528 Swap target.path and snapshot.path
   const pagePath = { path: notification.pageIdSnapshot };
   const pagePath = { path: notification.pageIdSnapshot };
 
 
   const actionType: string = notification.action;
   const actionType: string = notification.action;