diff --git a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.ts b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.ts index 1896722..1497ac7 100644 --- a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.ts +++ b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.ts @@ -34,7 +34,7 @@ export class ContributorYearlyReportComponent implements OnInit { public contributorCity: string = 'Butte'; public contributorState: string = 'MT'; public contributorZip: string = '59701'; - public taxYear: number = 2023; + public taxYear: number = 2024; public rowsFirstPage: number = 12;