Skip to content

Commit 62d7c7e

Browse files
author
Kerry Cao
committed
Downloaded packages
1 parent 2c2e2c3 commit 62d7c7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/components/ui/calendar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function Calendar({
4040
)}
4141
captionLayout={captionLayout}
4242
formatters={{
43-
formatMonthDropdown: (date) =>
43+
formatMonthDropdown: (date) =>
4444
date.toLocaleString("default", { month: "short" }),
4545
...formatters,
4646
}}

0 commit comments

Comments
 (0)