浏览代码

clean code

kaori 4 年之前
父节点
当前提交
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) => {
       return (
         <div className="d-flex flex-row" key={notification._id}>
-          {/* <InAppNotification notification={notification} onClick={notificationClickHandler} /> */}
           <InAppNotification notification={notification} />
         </div>
       );