mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-23 07:50:26 +00:00
Merge pull request #472 from status-im/develop
always display manage bounties tab
This commit is contained in:
commit
7976d96818
@ -81,8 +81,7 @@
|
|||||||
(let [route-id (:route-id @route)
|
(let [route-id (:route-id @route)
|
||||||
tabs [[:bounties (str (when-not @user "Open ") "Bounties")]
|
tabs [[:bounties (str (when-not @user "Open ") "Bounties")]
|
||||||
[:activity "Activity"]
|
[:activity "Activity"]
|
||||||
(when (seq @owner-bounties)
|
[:dashboard "Manage bounties"]
|
||||||
[:dashboard "Manage bounties"])
|
|
||||||
(when (:status-team-member? @user)
|
(when (:status-team-member? @user)
|
||||||
[:usage-metrics "Usage metrics"])]]
|
[:usage-metrics "Usage metrics"])]]
|
||||||
(into [:div.ui.attached.tabular.menu.tiny]
|
(into [:div.ui.attached.tabular.menu.tiny]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user