From b8f94f05cf302e5ba2544cc1711406ec85fd57ef Mon Sep 17 00:00:00 2001 From: "Visal .In" Date: Sun, 22 Dec 2024 19:46:48 +0700 Subject: [PATCH] fixing the lint error --- src/components/gui/table-optimized/index.tsx | 8 +------- src/components/gui/table-optimized/table-cell.tsx | 1 - 2 files changed, 1 insertion(+), 8 deletions(-) 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 ( - +