aboutsummaryrefslogtreecommitdiff
path: root/client/src/View/App.hs
diff options
context:
space:
mode:
authorJoris2019-11-03 09:22:12 +0100
committerJoris2019-11-03 09:22:12 +0100
commita267f0bb4566389342c3244d3c082dc2453f4615 (patch)
tree29e62a08293bf740340518fc9be9b181aefed588 /client/src/View/App.hs
parent227dcd4435b775d7dbc5ae5d3d81b589897253cc (diff)
downloadbudget-a267f0bb4566389342c3244d3c082dc2453f4615.tar.gz
budget-a267f0bb4566389342c3244d3c082dc2453f4615.tar.bz2
budget-a267f0bb4566389342c3244d3c082dc2453f4615.zip
Show users in income table
Diffstat (limited to 'client/src/View/App.hs')
-rw-r--r--client/src/View/App.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/View/App.hs b/client/src/View/App.hs
index 1e26417..d305d00 100644
--- a/client/src/View/App.hs
+++ b/client/src/View/App.hs
@@ -67,11 +67,10 @@ signedWidget init route = do
}
IncomeRoute -> do
- incomeInit <- Income.init
Income.view $ Income.In
{ Income._in_currentUser = _init_currentUser init
, Income._in_currency = _init_currency init
- , Income._in_init = incomeInit
+ , Income._in_users = _init_users init
}
NotFoundRoute ->