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 {
723723 calendarsEl . classList . add ( 'show-week-numbers' )
724724 }
725725
726- // eslint-disable-next-line no-unused-vars
727726 for ( const [ index , _ ] of Array . from ( { length : this . _config . calendars } ) . entries ( ) ) {
728727 calendarsEl . append ( this . _createCalendarPanel ( index ) )
729728 }
Original file line number Diff line number Diff line change @@ -663,7 +663,6 @@ class DateRangePicker extends BaseComponent {
663663 this . _calendar . update ( this . _getCalendarConfig ( ) )
664664 } )
665665 } else {
666- // eslint-disable-next-line no-unused-vars
667666 for ( const [ index , _ ] of Array . from ( { length : this . _config . calendars } ) . entries ( ) ) {
668667 const timePickerEl = document . createElement ( 'div' )
669668 timePickerEl . classList . add ( CLASS_NAME_TIME_PICKER )
You can’t perform that action at this time.
0 commit comments