miskson %!s(int64=3) %!d(string=hai) anos
pai
achega
5b2e93e1e4
Modificáronse 1 ficheiros con 1 adicións e 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)