Skip to content

Commit 2e7e761

Browse files
prettify
1 parent be605b8 commit 2e7e761

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/DatePicker/utils.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ export const headerDateFormatter = new Intl.DateTimeFormat(locale, {
1919
year: "numeric",
2020
});
2121

22-
export const getPredefinedMonthsForDateRangePicker = (numberOfMonths: number): Array<DateRange> => {
22+
export const getPredefinedMonthsForDateRangePicker = (
23+
numberOfMonths: number
24+
): Array<DateRange> => {
2325
const now = dayjs();
2426

2527
if (numberOfMonths < 0) {

0 commit comments

Comments
 (0)