chore: remove comment

This commit is contained in:
Aman Harwara
2022-12-24 17:00:17 +05:30
parent 08985bb5c8
commit e6824a3414

View File

@@ -46,8 +46,6 @@ function TableRow<Data>({
key={index}
className={classNames(
'relative overflow-hidden border-b border-border py-3 px-3',
/* index === 0 && 'ml-3',
index === array.length - 1 && 'mr-3', */
row.isSelected && 'bg-info-backdrop',
canSelectRows && 'cursor-pointer',
canSelectRows && isHovered && 'bg-contrast',