|
@@ -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,
|
|
|
},
|
|
},
|