Remove TODO note.
This commit is contained in:
parent
f77cf7bd38
commit
de4f8306d7
@ -395,7 +395,6 @@ class _TrackedItemInputDialogState extends State<TrackedItemInputDialog> {
|
||||
: Text("Edit ${_type!.title}"),
|
||||
),
|
||||
content: FutureBuilder<List<TrackedItem>>(
|
||||
// TODO / TBD -- This should no longer only be Expenses.
|
||||
future: items,
|
||||
builder: (BuildContext context,
|
||||
AsyncSnapshot<List<TrackedItem>> snapshot) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user