Skip to content

Commit 798db6c

Browse files
committed
Fix formatting
1 parent 7745f82 commit 798db6c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

frontend/src/components/Table/react-table-config.d.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ import {
5252
declare module "react-table" {
5353
// take this file as-is, or comment out the sections that don't apply to your plugin configuration
5454

55-
export interface TableOptions<
56-
D extends Record<string, unknown>,
57-
> extends UseExpandedOptions<D>,
55+
export interface TableOptions<D extends Record<string, unknown>>
56+
extends UseExpandedOptions<D>,
5857
UseFiltersOptions<D>,
5958
UseGlobalFiltersOptions<D>,
6059
UseGroupByOptions<D>,

0 commit comments

Comments
 (0)