fix(ui): suppress react compiler warning in profiles-table

This commit is contained in:
kaitranntt
2025-12-07 16:54:49 -05:00
parent 23a33820c0
commit cf072c03b2
+1
View File
@@ -79,6 +79,7 @@ export function ProfilesTable({ data, onEdit }: ProfilesTableProps) {
},
];
// eslint-disable-next-line react-hooks/incompatible-library
const table = useReactTable({
data,
columns,