fix cs
This commit is contained in:
parent
957de197b7
commit
7587b21154
|
@ -88,7 +88,7 @@
|
||||||
::bounty-filter-type.re-frame-subs-key-for-options :commiteth.subscriptions/open-bounties-currencies
|
::bounty-filter-type.re-frame-subs-key-for-options :commiteth.subscriptions/open-bounties-currencies
|
||||||
::bounty-filter-type.predicate (fn [filter-value bounty]
|
::bounty-filter-type.predicate (fn [filter-value bounty]
|
||||||
(or (and (some #{"ETH"} filter-value)
|
(or (and (some #{"ETH"} filter-value)
|
||||||
(< 0 (:balance-eth bounty)))
|
(< 0 (:balance-eth bounty)))
|
||||||
(not-empty (set/intersection
|
(not-empty (set/intersection
|
||||||
(->> filter-value (remove #{"ETH"}) set)
|
(->> filter-value (remove #{"ETH"}) set)
|
||||||
(-> bounty :tokens keys set)))))}
|
(-> bounty :tokens keys set)))))}
|
||||||
|
|
Loading…
Reference in New Issue