diff --git a/ui/hv2-ui/src/app/account/account.component.ts b/ui/hv2-ui/src/app/account/account.component.ts index 16912ac..ba9333b 100644 --- a/ui/hv2-ui/src/app/account/account.component.ts +++ b/ui/hv2-ui/src/app/account/account.component.ts @@ -147,7 +147,7 @@ export class AccountComponent implements OnInit { private async init(): Promise { let currentDate = new Date() - let y = currentDate.getFullYear().toString() + let y = currentDate.getFullYear() this.presetFiscalYear = new FormControl(y) this.messageService.add(`AccountComponent.init, account: ${this.selectedAccountId}`) this.getAccount()