Kaynağa Gözat

Fix proptype warning

poeti8 6 yıl önce
ebeveyn
işleme
3a40da2710
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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,
     })