Shun Miyazawa 4 лет назад
Родитель
Сommit
2768c4c645

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

@@ -11,7 +11,6 @@ interface Props {
   notification: IInAppNotification & HasObjectId
 }
 
-// TODO 81946 Return to not nullable
 const InAppNotificationElm = (props: Props): JSX.Element => {
 
   const { notification } = props;
@@ -72,7 +71,6 @@ const InAppNotificationElm = (props: Props): JSX.Element => {
   const actionUsers = getActionUsers();
 
   // TODO: 82528 Swap target.path and snapshot.path
-  // const pagePath = { path: props.notification?.target.path };
   const pagePath = { path: 'test-page' };
 
   const actionType: string = notification.action;