Skip to content

Commit

Permalink
Fix console error
Browse files Browse the repository at this point in the history
  • Loading branch information
martmull committed Nov 15, 2024
1 parent 868f7e8 commit e4d81a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const RecordTableCellsVisible = () => {
<RecordTableTd
isSelected={isSelected}
isDragging={isDragging}
width={tableCellWidths[columnIndex + 3] - 1}
width={tableCellWidths[columnIndex + 3]}
>
<RecordTableCell />
</RecordTableTd>
Expand Down

0 comments on commit e4d81a7

Please sign in to comment.