Skip to content

Commit 9378591

Browse files
mukhrrcead22
andauthored
Update src/components/DatePicker/CalendarPicker/MonthPickerModal.tsx
Co-authored-by: Carlos Alvarez <cead22@gmail.com>
1 parent d4d6653 commit 9378591

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/DatePicker/CalendarPicker/MonthPickerModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type MonthPickerModalProps = {
2121
/** The year currently being viewed */
2222
currentYear?: number;
2323

24-
/** A minimum date (oldest) allowed to select */
24+
/** A minimum date (earliest) allowed to select */
2525
minDate?: Date;
2626

2727
/** A maximum date (latest) allowed to select */

0 commit comments

Comments
 (0)