Преглед изворни кода

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';
 InAppNotificationPage.displayName = 'InAppNotificationPage';
-
-// const InAppNotificationPage = withUnstatedContainers(InAppNotificationPageBody, [AppContainer]);
-// export default InAppNotificationPage;
-
-// InAppNotificationPageBody.propTypes = {
-//   appContainer: PropTypes.instanceOf(AppContainer).isRequired,
-// };