add history description #100

Merged
Huffle merged 3 commits from AP-93 into main 2025-05-27 14:32:38 +02:00
Showing only changes of commit 883a56f91d - Show all commits

View File

@ -32,7 +32,6 @@ export class AllowancePage implements ViewWillEnter {
getAllowance() {
setTimeout(() => {
this.allowanceService.getAllowanceList(this.id).subscribe(allowance => {
console.log(allowance)
allowance[0].colour = '#9C4BE4';
allowance[0].name = 'Main Allowance';
this.allowance$.next(allowance);