Browse Source

remove unnecessary comment

Shun Miyazawa 3 years ago
parent
commit
6fd49ab2fd

+ 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,
-// };