Fix typo in docs - removes a meaningless word (#1832)

This commit is contained in:
Manuel Beaudru
2020-01-08 16:29:39 -07:00
committed by Tanner Linsley
parent 59c4558dc8
commit 017ad2884e
+1 -1
View File
@@ -40,7 +40,7 @@ function Table({ data, onFetchData }) {
data,
})
// When the these table states change, fetch new data!
// When these table states change, fetch new data!
React.useEffect(() => {
onFetchData({ pageIndex, pageSize, sortBy, filters })
}, [fetchData, pageIndex, pageSize, sortBy, filters])