diff --git a/src/components/gui/table-optimized/index.tsx b/src/components/gui/table-optimized/index.tsx index 0d49b72..dce1d33 100644 --- a/src/components/gui/table-optimized/index.tsx +++ b/src/components/gui/table-optimized/index.tsx @@ -117,14 +117,8 @@ function renderCellList({ const cells = windowArray.map((row, rowIndex) => { const absoluteRowIndex = rowIndex + rowStart; - let rowClass = undefined; - return ( -