only show open PRs in to-merge view
This commit is contained in:
parent
6ad4f0b548
commit
a0e9569d33
|
@ -162,7 +162,7 @@
|
|||
[:span.f6.gray (if (second claims)
|
||||
(str "Current Claims (" (count claims) ")")
|
||||
"Current Claim")]
|
||||
(for [[idx claim] (zipmap (range) claims)]
|
||||
(for [[idx claim] (zipmap (range) (filter bnt/open? claims))]
|
||||
^{:key (:pr_id claim)}
|
||||
[:div
|
||||
{:class (when (> idx 0) "bt b--light-gray pt2")}
|
||||
|
|
Loading…
Reference in New Issue