Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
teodosii committed Jun 21, 2024
1 parent 6badd04 commit 797f527
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const calculateScheduleFormOffset = async (queryClassName: string) => {
const modalHeight = modal.clientHeight;

return document.documentElement.scrollHeight / 2 - modalHeight / 2;
}
};

// DatePickers will convert the date passed to local timezone, instead we want to use the date in the given timezone
export const toDatePickerDate = (value: dayjs.Dayjs, timezoneOffset: number) => {
Expand Down

0 comments on commit 797f527

Please sign in to comment.