소스 검색

Fix proptype warning

poeti8 6 년 전
부모
커밋
3a40da2710
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      client/components/Table/TBody/TBody.js

+ 1 - 1
client/components/Table/TBody/TBody.js

@@ -121,7 +121,7 @@ TableBody.propTypes = {
     PropTypes.shape({
       id: PropTypes.string.isRequired,
       count: PropTypes.number,
-      createdAt: PropTypes.string.isRequired,
+      created_at: PropTypes.string.isRequired,
       password: PropTypes.bool,
       target: PropTypes.string.isRequired,
     })