Răsfoiți Sursa

deleted the comment

白石誠 5 ani în urmă
părinte
comite
863129e337
1 a modificat fișierele cu 0 adăugiri și 2 ștergeri
  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 = {
 NotFoundAlert.propTypes = {
-  // t: PropTypes.func.isRequired, // i18next
   navigationContainer: PropTypes.instanceOf(NavigationContainer).isRequired,
   navigationContainer: PropTypes.instanceOf(NavigationContainer).isRequired,
 };
 };
 
 
-// export default withTranslation()(TrashPageAlertWrapper);
 
 
 export default NotFoundAlertWrapper;
 export default NotFoundAlertWrapper;