change no open bounties message
This commit is contained in:
parent
4bb81f976b
commit
b3b3e47acd
|
@ -211,7 +211,7 @@
|
|||
[bounties-sort]]
|
||||
(if (empty? open-bounties)
|
||||
[:div.view-no-data-container
|
||||
[:p "No recent activity yet"]]
|
||||
[:p "No matching bounties found."]]
|
||||
(into [:div.ui.items]
|
||||
(for [bounty open-bounties]
|
||||
[bounty-item bounty])))])
|
||||
|
|
Loading…
Reference in New Issue