Skip to content

Commit

Permalink
rename consts
Browse files Browse the repository at this point in the history
  • Loading branch information
asim-majumder committed Nov 6, 2023
1 parent 38b97de commit 581fa96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const BpkScrollableCalendarGridList = (props: Props) => {
months,
rest.weekStartsOn,
COLUMN_COUNT,
ROW_HEIGHT * rootFontSize,
rowHeight * rootFontSize,
BASE_MONTH_ITEM_HEIGHT * rootFontSize,
),
[rootFontSize, months, rest.weekStartsOn],
Expand Down

0 comments on commit 581fa96

Please sign in to comment.