mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-22 14:58:12 +00:00
Fix :all-complete? subscription
This commit is contained in:
parent
b9b02e6edd
commit
2d8f3ee5b1
@ -148,7 +148,7 @@
|
||||
:all-complete?
|
||||
:<- [:todos]
|
||||
(fn [todos _]
|
||||
(seq todos)))
|
||||
(every? :done todos)))
|
||||
|
||||
(reg-sub
|
||||
:completed-count
|
||||
|
Loading…
x
Reference in New Issue
Block a user