fix: data not store in array
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 9s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 9s
This commit is contained in:
parent
78007f1cba
commit
041e219059
1 changed files with 2 additions and 0 deletions
|
|
@ -566,6 +566,8 @@ export class StatsController extends Controller {
|
|||
current.income += c.income;
|
||||
current.expenses += c.expenses;
|
||||
current.netProfit += c.netProfit;
|
||||
} else {
|
||||
a.dataset.push(c);
|
||||
}
|
||||
|
||||
a.income += c.income;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue