not yet working correctly

This commit is contained in:
2021-10-31 23:06:02 +01:00
parent 797151d547
commit 419997cea5
2 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,6 @@ export class LedgerComponent implements OnInit {
collapseIncomeDetails: boolean = false
collapseExpenseDetails: boolean = false
constructor(
private extApiService: ExtApiService,
private messageService: MessageService