Explorar el Código

deleted the comment

白石誠 hace 5 años
padre
commit
863129e337
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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;