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:
parent
6e05298f3d
commit
f2fe268b5b
@ -67,7 +67,7 @@ class ExpenseViewModel (
|
||||
isAddingExpense = false,
|
||||
name = "",
|
||||
cost = "",
|
||||
rate = Rate.MONTHLY,
|
||||
rate = "", // TBD / TODO: Rate.MONTHLY,
|
||||
) }
|
||||
}
|
||||
is ExpenseEvent.SetName -> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user