diff options
author | Joris | 2016-04-08 09:46:34 +0200 |
---|---|---|
committer | Joris | 2016-04-08 09:46:34 +0200 |
commit | 06ccc38b65f0f4da2046ac97de447cd1ad061425 (patch) | |
tree | fa39341fd3b054603c6ca3ac4a7b01650dfb9a2e /src/client/elm/LoggedIn/Income | |
parent | 6541fa5316816d6f97a87a370775cfe278e7eeb8 (diff) |
Add total payment partition
Diffstat (limited to 'src/client/elm/LoggedIn/Income')
-rw-r--r-- | src/client/elm/LoggedIn/Income/View.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/elm/LoggedIn/Income/View.elm b/src/client/elm/LoggedIn/Income/View.elm index 9e77fde..0d6e02d 100644 --- a/src/client/elm/LoggedIn/Income/View.elm +++ b/src/client/elm/LoggedIn/Income/View.elm @@ -64,7 +64,7 @@ cumulativeIncomesView loggedData since = li [] [ text userName - , text ": " + , text " − " , text <| Format.price loggedData.conf cumulativeIncome ] ) |