change <= for <
This commit is contained in:
parent
eef57a3046
commit
489260aaf4
|
@ -114,7 +114,7 @@
|
|||
::bounty-filter-type.predicate (fn [filter-value bounty]
|
||||
(condp = filter-value
|
||||
::bounty-filter-type-claims-option|no-claims
|
||||
(<= 0 (:claim-count bounty))))}})
|
||||
(= 0 (:claim-count bounty))))}})
|
||||
|
||||
(def bounty-filter-types (keys bounty-filter-types-def))
|
||||
|
||||
|
|
Loading…
Reference in New Issue