Fix NPE when editing a budget
This commit is contained in:
@@ -41,7 +41,7 @@ class BudgetListPage extends StatelessWidget {
|
||||
context: context,
|
||||
builder:
|
||||
(_) => EditBudgetPopup(
|
||||
budget: state.activeBudget!,
|
||||
budget: state.budgets[index],
|
||||
onDone: () {
|
||||
Navigator.of(context).pop();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user