miskson hace 3 años
padre
commit
5b2e93e1e4
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  1. 1 4
      hw18-react-store/src/App.js

+ 1 - 4
hw18-react-store/src/App.js

@@ -328,10 +328,7 @@ const PageCategory = ({match: {params: {_id}}, getData}) => {
         getData(_id.substring(1))
         console.log('get', _id,typeof _id)
     },[_id])
-    return (
-        <CCategory />
-    )
-
+    return ( <CCategory /> )
 }
 
 const CPageCategory = connect(null, {getData: actionCatById})(PageCategory)