Skip to content

Commit

Permalink
Restore CELL_HEIGHT constant in MonthTable component
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Jan 27, 2025
1 parent 2374192 commit f90aff2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const MonthTable = ({ daysList, resource, eachWeekStart }: Props) => {
return rows
},
[
// CELL_HEIGHT,
CELL_HEIGHT,
cellRenderer,
daysList,
disableGoToDay,
Expand Down

0 comments on commit f90aff2

Please sign in to comment.