diff options
Diffstat (limited to 'src/client/elm/LoggedIn/Home/Update.elm')
-rw-r--r-- | src/client/elm/LoggedIn/Home/Update.elm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/client/elm/LoggedIn/Home/Update.elm b/src/client/elm/LoggedIn/Home/Update.elm index 160e279..d1a3239 100644 --- a/src/client/elm/LoggedIn/Home/Update.elm +++ b/src/client/elm/LoggedIn/Home/Update.elm @@ -18,11 +18,6 @@ update loggedData msg model = , Cmd.none ) - Home.ToggleEdit id -> - ( { model | paymentEdition = if model.paymentEdition == Just id then Nothing else Just id } - , Cmd.none - ) - Home.UpdatePage page -> ( { model | currentPage = page } , Cmd.none |