diff --git a/src/scripts/Datepicker.tsx b/src/scripts/Datepicker.tsx index 3ff6d820c..fc8dbbae3 100644 --- a/src/scripts/Datepicker.tsx +++ b/src/scripts/Datepicker.tsx @@ -261,7 +261,6 @@ const DatepickerDate: FC = (props) => { > {dayjs.weekdaysMin(true).map((wd, i) => ( - // eslint-disable-next-line react/no-array-index-key {wd} @@ -310,7 +308,6 @@ const DatepickerMonth = forwardRef( {cal.weeks.map((days, i) => ( - // eslint-disable-next-line react/no-array-index-key {days.map((date, dayIndex) => ( = { .map((a, i) => ( ))}