Fix misspelled in propTypes (#1353)

This commit is contained in:
Hellycat 2019-05-31 16:18:26 +03:00 committed by Tanner Linsley
parent 5b0e68aead
commit c6167566da

View File

@ -22,7 +22,7 @@ const propTypes = {
columns: PropTypes.arrayOf(
PropTypes.shape({
sortByFn: PropTypes.func,
efaultSortDesc: PropTypes.bool
defaultSortDesc: PropTypes.bool
})
),
sortByFn: PropTypes.func,