kaori пре 4 година
родитељ
комит
6b294f9d71
1 измењених фајлова са 2 додато и 3 уклоњено
  1. 2 3
      packages/app/src/components/InAppNotification/InAppNotificationPage.tsx

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

@@ -6,8 +6,6 @@ import { useSWRxInAppNotifications } from '../../stores/in-app-notification';
 import PaginationWrapper from '../PaginationWrapper';
 import PaginationWrapper from '../PaginationWrapper';
 import CustomNavAndContents from '../CustomNavigation/CustomNavAndContents';
 import CustomNavAndContents from '../CustomNavigation/CustomNavAndContents';
 
 
-import PasswordSettings from '../Me/PasswordSettings';
-
 
 
 const InAppNotificationPage: FC = () => {
 const InAppNotificationPage: FC = () => {
   const [activePage, setActivePage] = useState(1);
   const [activePage, setActivePage] = useState(1);
@@ -56,9 +54,10 @@ const InAppNotificationPage: FC = () => {
       i18n: t('in_app_notification.all'),
       i18n: t('in_app_notification.all'),
       index: 0,
       index: 0,
     },
     },
+    // TODO: show unopend notification list by 81945
     external_accounts: {
     external_accounts: {
       Icon: () => <></>,
       Icon: () => <></>,
-      Content: PasswordSettings,
+      Content: AllInAppNotificationList,
       i18n: t('in_app_notification.unopend'),
       i18n: t('in_app_notification.unopend'),
       index: 1,
       index: 1,
     },
     },