Skip to content

Commit 2f0f7c8

Browse files
committed
chore: Removed commented out property
1 parent eab0438 commit 2f0f7c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/calendar/days-view/days-view.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,6 @@ export default class IgcDaysViewComponent extends EventEmitterMixin<
383383
const inactive = !areSameMonth(day, this._activeDate);
384384

385385
return {
386-
// date: true,
387386
disabled: disabled || hidden,
388387
first: this.isFirstInRange(day),
389388
last: this.isLastInRange(day),

0 commit comments

Comments
 (0)