Skip to content

Commit

Permalink
feat: rm useless eslint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Jan 14, 2025
1 parent e0891ff commit 3671fcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MarketsTableVirtualized.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ export const MarketsTableVirtualized: React.FC<MarketsTableVirtualizedProps> = m
</Thead>
)}
<Tbody>
{/* eslint-disable-next-line react-memo/require-usememo */}
<Tr height={`${rowVirtualizer.getTotalSize()}px`}>
<Td colSpan={columns.length} p={0} position='relative'>
{rowVirtualizer.getVirtualItems().map(virtualRow => renderRow(virtualRow))}
Expand Down

0 comments on commit 3671fcd

Please sign in to comment.