소스 검색

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))
         getData(_id.substring(1))
         console.log('get', _id,typeof _id)
         console.log('get', _id,typeof _id)
     },[_id])
     },[_id])
-    return (
-        <CCategory />
-    )
-
+    return ( <CCategory /> )
 }
 }
 
 
 const CPageCategory = connect(null, {getData: actionCatById})(PageCategory)
 const CPageCategory = connect(null, {getData: actionCatById})(PageCategory)