File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -723,7 +723,6 @@ class Calendar extends BaseComponent {
723
723
calendarsEl . classList . add ( 'show-week-numbers' )
724
724
}
725
725
726
- // eslint-disable-next-line no-unused-vars
727
726
for ( const [ index , _ ] of Array . from ( { length : this . _config . calendars } ) . entries ( ) ) {
728
727
calendarsEl . append ( this . _createCalendarPanel ( index ) )
729
728
}
Original file line number Diff line number Diff line change @@ -663,7 +663,6 @@ class DateRangePicker extends BaseComponent {
663
663
this . _calendar . update ( this . _getCalendarConfig ( ) )
664
664
} )
665
665
} else {
666
- // eslint-disable-next-line no-unused-vars
667
666
for ( const [ index , _ ] of Array . from ( { length : this . _config . calendars } ) . entries ( ) ) {
668
667
const timePickerEl = document . createElement ( 'div' )
669
668
timePickerEl . classList . add ( CLASS_NAME_TIME_PICKER )
You can’t perform that action at this time.
0 commit comments