putting the right fields onto the balance sheet.
This commit is contained in:
@@ -200,12 +200,8 @@
|
||||
(if @(re-frame/subscribe [::loading])
|
||||
[:div [:i.icon.fa.fa-spin.fa-spinner]]
|
||||
[:div
|
||||
[:h2.title "Assets"]
|
||||
[grouping @(re-frame/subscribe [::assets])]
|
||||
[:h2.title "Expenses"]
|
||||
[grouping @(re-frame/subscribe [::expenses])]
|
||||
[:h2.title "Liabilities"]
|
||||
[grouping @(re-frame/subscribe [::liabilities])]])
|
||||
[grouping @(re-frame/subscribe [::expenses])]])
|
||||
]))
|
||||
{:component-will-mount #(re-frame/dispatch-sync [::params-change {:from-date (date->str (t/minus (local-now) (t/period :years 1)) standard)
|
||||
:to-date (date->str (local-now) standard)}]) }))
|
||||
|
||||
Reference in New Issue
Block a user