瀏覽代碼

code format

miskson 3 年之前
父節點
當前提交
5b2e93e1e4
共有 1 個文件被更改,包括 1 次插入4 次删除
  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)