mirror of
https://github.com/gosticks/react-table.git
synced 2026-08-11 12:30:17 +00:00
Fix simple typo in comments. (#1606)
This commit is contained in:
committed by
Tanner Linsley
parent
4c013ba214
commit
61f0ded1d9
@@ -122,7 +122,7 @@ export const useTable = (props, ...plugins) => {
|
||||
[defaultColumn, userColumns]
|
||||
)
|
||||
|
||||
// Get the flat list of all columns andllow hooks to decorate
|
||||
// Get the flat list of all columns and allow hooks to decorate
|
||||
// those columns (and trigger this memoization via deps)
|
||||
let flatColumns = React.useMemo(() => {
|
||||
if (process.env.NODE_ENV === 'development' && debug)
|
||||
|
||||
Reference in New Issue
Block a user