Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete component in omitted TablePagination props
1. Without the `component ='div'` property, TablePagination component does not stretch to the full width of the table. 2. Instead of writing `component ='div'` each time we call TablePagination, we set it in our default ThemeOptions 3. The deleted code prevents us from adding `component` as a prop to our default ThemeOptions
- Loading branch information