Skip to content

Commit 9ee7e1f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 264eeb3 commit 9ee7e1f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

frontend/src/components/data-table/__tests__/data-table.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,4 @@ describe("DataTable", () => {
9595
expect(rows[1]).toHaveAttribute("title", "Michael Scott");
9696
expect(rows[2]).toHaveAttribute("title", "Jim Halpert");
9797
});
98-
9998
});

frontend/src/components/data-table/renderers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ import {
2121
} from "@/components/ui/table";
2222
import { cn } from "@/utils/cn";
2323
import { COLUMN_WRAPPING_STYLES } from "./column-wrapping/feature";
24+
import { Filter } from "./filters";
2425
import { CellRangeSelectionIndicator } from "./range-focus/cell-selection-indicator";
2526
import { useCellRangeSelection } from "./range-focus/use-cell-range-selection";
2627
import { useScrollIntoViewOnFocus } from "./range-focus/use-scroll-into-view";
27-
import { Filter } from "./filters";
2828

2929
export function renderTableHeader<TData>(
3030
table: Table<TData>,

0 commit comments

Comments
 (0)