Преглед на файлове

remove unnecessary comment

Shun Miyazawa преди 3 години
родител
ревизия
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';
-
-// const InAppNotificationPage = withUnstatedContainers(InAppNotificationPageBody, [AppContainer]);
-// export default InAppNotificationPage;
-
-// InAppNotificationPageBody.propTypes = {
-//   appContainer: PropTypes.instanceOf(AppContainer).isRequired,
-// };