Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
🚨 Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lowiebenoot committed Jul 27, 2023
1 parent e9f97cc commit 5a270dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/datepicker/MonthPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const MonthPickerSplit: GenericComponent<MonthPickerProps> = ({ date, locale, lo
menuWidth="168px"
/>
<NumericInput
value={`${yearInput}`}
value={yearInput}
className={theme['month-picker-field']}
onChange={handleChangeYear}
onBlur={handleYearBlur}
Expand Down

0 comments on commit 5a270dc

Please sign in to comment.