From db4952eb6c7ce10a48e1d47fb6780ef06926d10f Mon Sep 17 00:00:00 2001 From: haishan Date: Mon, 18 Sep 2023 22:59:30 +0800 Subject: [PATCH] Remove unnecessary comments in ConnectionTable --- src/components/ConnectionTable.tsx | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) 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 ( @@ -111,21 +109,7 @@ function Table({ data }: { data: any }) { {row.getVisibleCells().map((cell) => { return ( - );
= 2 && j <= 5 - // ? s.du - // : false - // : j >= 1 && j <= 4 - // ? s.du - // : false - )} - > + {flexRender(cell.column.columnDef.cell, cell.getContext())}