diff --git a/src/components/ConnectionTable.tsx b/src/components/ConnectionTable.tsx index 4144519c9..23dfffda2 100644 --- a/src/components/ConnectionTable.tsx +++ b/src/components/ConnectionTable.tsx @@ -68,9 +68,7 @@ function Table({ data }: { data: any }) { onSortingChange: setSorting, getCoreRowModel: getCoreRowModel(), getSortedRowModel: getSortedRowModel(), - // debugTable: true, }); - // className={s.tr} return (
= 2 && j <= 5 - // ? s.du - // : false - // : j >= 1 && j <= 4 - // ? s.du - // : false - )} - > + | {flexRender(cell.column.columnDef.cell, cell.getContext())} | );