소스 검색

add todo comments

kaori 4 년 전
부모
커밋
b4365a8241
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      packages/app/src/components/InAppNotification/InAppNotificationPage.tsx

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

@@ -54,11 +54,13 @@ const InAppNotificationPage: FC = () => {
           <button
             type="button"
             className="btn btn-outline-primary"
+            // TODO: set unopend notification status opend by 81951
             // onClick={}
           >
             {t('in_app_notification.mark_all_as_read')}
           </button>
         </div>
+        {/*  TODO: show only unopened notifications by 81945 */}
         <InAppNotificationList inAppNotificationData={inAppNotificationData} />
         <PaginationWrapper
           activePage={activePage}