mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-22 14:58:12 +00:00
Remove extraneous code
The event handler for :complete-all-toggle doesn't appear to require any info from the event vector.
This commit is contained in:
parent
98bf0ae79e
commit
cba1acaddb
@ -55,7 +55,7 @@
|
||||
[:input#toggle-all
|
||||
{:type "checkbox"
|
||||
:checked all-complete?
|
||||
:on-change #(dispatch [:complete-all-toggle (not all-complete?)])}]
|
||||
:on-change #(dispatch [:complete-all-toggle])}]
|
||||
[:label
|
||||
{:for "toggle-all"}
|
||||
"Mark all as complete"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user