Skip to content

Commit 8ae1fc3

Browse files
committed
chore: clean-up
1 parent b13045f commit 8ae1fc3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

js/src/calendar.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

js/src/date-range-picker.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)