Skip to content

Commit a1d4de2

Browse files
committed
refactor: remove outdated comment in virtualized table UI
1 parent a0d5a1e commit a1d4de2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/features/dashboard/common/virtualized-table-ui.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import type { CSSProperties, ReactNode } from 'react'
33
import { Loader } from '@/ui/primitives/loader'
44
import { TableBody, TableCell, TableRow } from '@/ui/primitives/table'
55

6-
// Style for an absolutely-positioned virtualized row; e.g. translateY(120px) at 26px height
76
export const getVirtualizedRowStyle = (
87
virtualRow: VirtualItem,
98
height: number

0 commit comments

Comments
 (0)