Feat: Macht die Trend-Seite funktional
This commit is contained in:
@@ -45,15 +45,6 @@ class _MonthlyBalanceChart extends State<MonthlyBalanceChart> {
|
||||
|
||||
@override
|
||||
void initState() {
|
||||
_transactionRepository.monthlyBalances(
|
||||
account: _accountController.selected.value,
|
||||
name: widget.name,
|
||||
amountMin: widget.amountMin,
|
||||
amountMax: widget.amountMax,
|
||||
dateFrom: widget.dateFrom,
|
||||
dateTo: widget.dateTo,
|
||||
);
|
||||
|
||||
super.initState();
|
||||
|
||||
_transactionController.transactions.addListener(() {
|
||||
|
||||
Reference in New Issue
Block a user