kaori 4 лет назад
Родитель
Сommit
a023186561
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      packages/app/src/components/InAppNotification/InAppNotificationList.tsx

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

@@ -37,7 +37,6 @@ const InAppNotificationList: FC<Props> = (props: Props) => {
     const notificationList = notifications.map((notification: IInAppNotification) => {
     const notificationList = notifications.map((notification: IInAppNotification) => {
       return (
       return (
         <div className="d-flex flex-row" key={notification._id}>
         <div className="d-flex flex-row" key={notification._id}>
-          {/* <InAppNotification notification={notification} onClick={notificationClickHandler} /> */}
           <InAppNotification notification={notification} />
           <InAppNotification notification={notification} />
         </div>
         </div>
       );
       );