diff options
author | Joris | 2015-09-05 14:14:25 +0200 |
---|---|---|
committer | Joris | 2015-09-05 14:14:25 +0200 |
commit | cc6a51b5ca03ee1a3b5de7c32dd1324e1053f42a (patch) | |
tree | fe60948b87993908f73659c9dbd7ffd96498b7f8 /src/client/Main.elm | |
parent | 3b738e0d4cc65f314da7389d4542ec826ba0f454 (diff) |
Renaming PaymentView to LoggedView
Diffstat (limited to 'src/client/Main.elm')
-rw-r--r-- | src/client/Main.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/Main.elm b/src/client/Main.elm index 07f8294..368d930 100644 --- a/src/client/Main.elm +++ b/src/client/Main.elm @@ -57,7 +57,7 @@ port initView = Just msg -> Signal.send actions.address (SignInError msg) Nothing -> - Task.map5 GoPaymentView getUsers whoAmI getPayments getPaymentsCount getPayers + Task.map5 GoLoggedView getUsers whoAmI getPayments getPaymentsCount getPayers |> flip Task.andThen (Signal.send actions.address) |> flip Task.onError (\_ -> Signal.send actions.address GoSignInView) |