Fix misspelled in propTypes (#1353)

This commit is contained in:
Hellycat
2019-05-31 07:18:26 -06:00
committed by Tanner Linsley
parent 5b0e68aead
commit c6167566da
+1 -1
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,