Remove getTableHeaderProps destructured from useTable (#1706)

This commit is contained in:
Aaron Agarunov
2019-12-04 14:26:28 -05:00
committed by Tanner Linsley
parent 1bbc89cedb
commit 5c2b8302c0
@@ -15,7 +15,6 @@ function Table({ columns, data }) {
// Use the state and functions returned from useTable to build your UI
const {
getTableProps,
getTableHeaderProps,
headerGroups,
rows,
prepareRow,