mirror of
https://github.com/tiennm99/ccs.git
synced 2026-09-02 04:19:49 +00:00
fix(ui): suppress react compiler warning in profiles-table
This commit is contained in:
@@ -79,6 +79,7 @@ export function ProfilesTable({ data, onEdit }: ProfilesTableProps) {
|
|||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
// eslint-disable-next-line react-hooks/incompatible-library
|
||||||
const table = useReactTable({
|
const table = useReactTable({
|
||||||
data,
|
data,
|
||||||
columns,
|
columns,
|
||||||
|
|||||||
Reference in New Issue
Block a user