From cc58377a48d13ef85cedb5ec0e19eb8b879dd497 Mon Sep 17 00:00:00 2001 From: Joris Date: Mon, 28 Mar 2016 18:04:25 +0200 Subject: Compute payment count client side --- src/client/elm/Model/Init.elm | 1 - 1 file changed, 1 deletion(-) (limited to 'src/client/elm/Model/Init.elm') diff --git a/src/client/elm/Model/Init.elm b/src/client/elm/Model/Init.elm index d9dbc36..7028427 100644 --- a/src/client/elm/Model/Init.elm +++ b/src/client/elm/Model/Init.elm @@ -11,6 +11,5 @@ type alias Init = , me : UserId , payments : Payments , monthlyPayments : Payments - , paymentsCount : Int , incomes : Incomes } -- cgit v1.2.3