diff options
author | Joris | 2017-04-02 17:51:12 +0200 |
---|---|---|
committer | Joris | 2017-04-02 21:07:08 +0200 |
commit | 5c110716cfda6e616a795edd12f2012b132dca9f (patch) | |
tree | 71c3d04780302edf0648bec1cd914757cdbb2883 /src/client/Main.elm | |
parent | 64ff4707fdcd81c27c6be9903c3c82bc543ef016 (diff) |
Add a chart on payments by month by categories
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 9674b66..7981a1c 100644 --- a/src/client/Main.elm +++ b/src/client/Main.elm @@ -19,7 +19,7 @@ main = , update = update , subscriptions = (\model -> Sub.batch - [ Time.every 1000 Msg.UpdateTime + [ Time.every 60000 Msg.UpdateTime , Sub.map Msg.Tooltip Tooltip.subscription ] ) |