Final change necessary to get a successful build. Still needs to be tested on a device to see if it really runs.

This commit is contained in:
Hyperling 2025-01-09 16:05:03 -07:00
parent 6e05298f3d
commit f2fe268b5b

View File

@ -67,7 +67,7 @@ class ExpenseViewModel (
isAddingExpense = false, isAddingExpense = false,
name = "", name = "",
cost = "", cost = "",
rate = Rate.MONTHLY, rate = "", // TBD / TODO: Rate.MONTHLY,
) } ) }
} }
is ExpenseEvent.SetName -> { is ExpenseEvent.SetName -> {