Browse Source

clean code

kaori 4 năm trước cách đây
mục cha
commit
51d116b783

+ 0 - 7
packages/app/src/components/InAppNotification/InAppNotificationDropdown.tsx

@@ -69,16 +69,9 @@ const InAppNotificationDropdown: FC<Props> = (props: Props) => {
     setIsOpen(newIsOpenState);
   };
 
-  /**
-    * TODO: Jump to the page by clicking on the notification by GW-7472
-    */
-
-
   const badge = count > 0 ? <span className="badge badge-pill badge-danger grw-notification-badge">{count}</span> : '';
 
 
-  // const notifications = inAppNotificationData.docs;
-
   return (
     <Dropdown className="notification-wrapper" isOpen={isOpen} toggle={toggleDropdownHandler}>
       <DropdownToggle tag="a">