kaori 4 лет назад
Родитель
Сommit
a023186561

+ 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) => {
       return (
         <div className="d-flex flex-row" key={notification._id}>
-          {/* <InAppNotification notification={notification} onClick={notificationClickHandler} /> */}
           <InAppNotification notification={notification} />
         </div>
       );