Ver Fonte

added todo comments

kaori há 4 anos atrás
pai
commit
c75dc48000

+ 2 - 0
packages/app/src/components/InAppNotification/InAppNotificationPage.tsx

@@ -31,6 +31,7 @@ const InAppNotificationPage: FC = () => {
     setOffset(offset);
     setOffset(offset);
   };
   };
 
 
+  // commonize notification lists by 81953
   const AllInAppNotificationList = () => {
   const AllInAppNotificationList = () => {
     return (
     return (
       <>
       <>
@@ -47,6 +48,7 @@ const InAppNotificationPage: FC = () => {
     );
     );
   };
   };
 
 
+  // commonize notification lists by 81953
   const UnopenedInAppNotificationList = () => {
   const UnopenedInAppNotificationList = () => {
     return (
     return (
       <>
       <>