Shun Miyazawa 3 лет назад
Родитель
Сommit
6fd49ab2fd
1 измененных файлов с 0 добавлено и 7 удалено
  1. 0 7
      packages/app/src/components/InAppNotification/InAppNotificationPage.tsx

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

@@ -143,10 +143,3 @@ export const InAppNotificationPage: FC = () => {
 };
 };
 
 
 InAppNotificationPage.displayName = 'InAppNotificationPage';
 InAppNotificationPage.displayName = 'InAppNotificationPage';
-
-// const InAppNotificationPage = withUnstatedContainers(InAppNotificationPageBody, [AppContainer]);
-// export default InAppNotificationPage;
-
-// InAppNotificationPageBody.propTypes = {
-//   appContainer: PropTypes.instanceOf(AppContainer).isRequired,
-// };