Bladeren bron

clean code

kaori 4 jaren geleden
bovenliggende
commit
a023186561
1 gewijzigde bestanden met toevoegingen van 0 en 1 verwijderingen
  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>
       );