mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-09 09:12:07 +00:00
fix issue when there are no bounties to merge
This commit is contained in:
parent
07b6ed8fdd
commit
c4c9d7add6
@ -362,7 +362,7 @@
|
||||
:dashboard/to-confirm (->> (get grouped :pending-maintainer-confirmation)
|
||||
(sort-by :updated >)
|
||||
(to-confirm-list))
|
||||
:dashboard/to-merge (->> (get grouped :claimed >)
|
||||
:dashboard/to-merge (->> (get grouped :claimed)
|
||||
(sort-by :updated >)
|
||||
(to-merge-list))
|
||||
(cond
|
||||
|
Loading…
x
Reference in New Issue
Block a user