We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a0e3d commit c243c71Copy full SHA for c243c71
src/app/modules/shared/components/month-picker/month-picker.component.ts
@@ -42,7 +42,7 @@ export class MonthPickerComponent implements OnInit {
42
const monthIndex = changeAction === 'add' ? 0 : 11;
43
this.selectMonth(monthIndex);
44
45
- this.showArrowNext = this.selectedYear < this.currentYear ?? !this.showArrowNext;
+ this.showArrowNext = this.selectedYear < this.currentYear ?? true;
46
}
47
48
selectMonth(monthIndex: number) {
0 commit comments