Przeglądaj źródła

deleted the comment

白石誠 5 lat temu
rodzic
commit
863129e337
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      src/client/js/components/Page/NotFoundAlert.jsx

+ 0 - 2
src/client/js/components/Page/NotFoundAlert.jsx

@@ -61,10 +61,8 @@ const NotFoundAlertWrapper = withUnstatedContainers(NotFoundAlert, [NavigationCo
 
 
 NotFoundAlert.propTypes = {
-  // t: PropTypes.func.isRequired, // i18next
   navigationContainer: PropTypes.instanceOf(NavigationContainer).isRequired,
 };
 
-// export default withTranslation()(TrashPageAlertWrapper);
 
 export default NotFoundAlertWrapper;