Fix :all-complete? subscription

This commit is contained in:
Martin Račák 2017-10-02 13:09:25 +02:00
parent b9b02e6edd
commit 2d8f3ee5b1

View File

@ -148,7 +148,7 @@
:all-complete?
:<- [:todos]
(fn [todos _]
(seq todos)))
(every? :done todos)))
(reg-sub
:completed-count