Skip to content

Commit

Permalink
ci: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jul 22, 2024
1 parent ca21fa2 commit 1ff06b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/table-core/src/helpers/tableFeatures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type { TableFeatures } from '../types/TableFeatures'
* @example ```tsx
* import { tableFeatures, ColumnVisibility, RowPinning } from '@tanstack/react-table'
* const _features = tableFeatures({ ColumnVisibility, RowPinning });
*
*
* const table = useTable({ _features, rowModels: {}, columns, data });
* ```
*/
Expand Down

0 comments on commit 1ff06b7

Please sign in to comment.