Remove TODO note.

This commit is contained in:
Hyperling 2025-03-27 15:12:31 -07:00
parent f77cf7bd38
commit de4f8306d7

View File

@ -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) {