kaori 4 лет назад
Родитель
Сommit
57597dc5d5
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/app/src/components/InAppNotification/InAppNotificationPage.tsx

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

@@ -47,7 +47,7 @@ const InAppNotificationPage: FC = () => {
     );
     );
   };
   };
 
 
-  const UnReadInAppNotificationList = () => {
+  const UnopenedInAppNotificationList = () => {
     return (
     return (
       <>
       <>
         <div className="mb-2 d-flex justify-content-end">
         <div className="mb-2 d-flex justify-content-end">
@@ -84,7 +84,7 @@ const InAppNotificationPage: FC = () => {
     // TODO: show unopend notification list by 81945
     // TODO: show unopend notification list by 81945
     external_accounts: {
     external_accounts: {
       Icon: () => <></>,
       Icon: () => <></>,
-      Content: UnReadInAppNotificationList,
+      Content: UnopenedInAppNotificationList,
       i18n: t('in_app_notification.unopend'),
       i18n: t('in_app_notification.unopend'),
       index: 1,
       index: 1,
     },
     },