This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user