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

Commit 5a270dc

Browse files
committed
🚨 Lint
1 parent e9f97cc commit 5a270dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/components/datepicker/MonthPicker.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ const MonthPickerSplit: GenericComponent<MonthPickerProps> = ({ date, locale, lo
140140
menuWidth="168px"
141141
/>
142142
<NumericInput
143-
value={`${yearInput}`}
143+
value={yearInput}
144144
className={theme['month-picker-field']}
145145
onChange={handleChangeYear}
146146
onBlur={handleYearBlur}

0 commit comments

Comments
 (0)