remove console.log
Some checks failed
Backend Build and Test / build (push) Has been cancelled

This commit is contained in:
Huffle 2025-05-27 14:29:25 +02:00
parent c1fa92ea6c
commit 883a56f91d

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);