From 5f3d75406ef36924616e3289342647f4939d5004 Mon Sep 17 00:00:00 2001 From: Joris Date: Fri, 1 Jan 2016 13:00:51 +0100 Subject: Fix add and delete payment --- src/client/elm/View/LoggedIn/Add.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/elm/View/LoggedIn/Add.elm') diff --git a/src/client/elm/View/LoggedIn/Add.elm b/src/client/elm/View/LoggedIn/Add.elm index 572bdf6..2f580f9 100644 --- a/src/client/elm/View/LoggedIn/Add.elm +++ b/src/client/elm/View/LoggedIn/Add.elm @@ -32,7 +32,7 @@ addPayment model loggedInView = (Ok name, Ok cost) -> let action = case loggedInView.add.frequency of - Punctual -> SC.AddPayment loggedInView.account.me name cost + Punctual -> SC.AddPayment name cost Monthly -> SC.AddMonthlyPayment name cost in onSubmitPrevDefault serverCommunications.address action (resName, resCost) -> -- cgit v1.2.3