for better or worse, moving to localized events and subs.

This commit is contained in:
Bryce Covert
2018-04-12 21:37:27 -07:00
parent 78ced354de
commit e1e0835bee
5 changed files with 120 additions and 53 deletions

View File

@@ -56,10 +56,6 @@
(fn [db]
(:pending (:invoices db))))
(re-frame/reg-sub
::unpaid-invoices
(fn [db]
(:unpaid (:invoices db))))
(re-frame/reg-sub
::status