always show manage bounties tab

This commit is contained in:
Rob Culliton 2018-07-17 11:23:37 -04:00
parent 1d564acb67
commit 8777c61087
No known key found for this signature in database
GPG Key ID: 12802B6CC52A98B8
1 changed files with 1 additions and 2 deletions

View File

@ -81,8 +81,7 @@
(let [route-id (:route-id @route)
tabs [[:bounties (str (when-not @user "Open ") "Bounties")]
[:activity "Activity"]
(when (seq @owner-bounties)
[:dashboard "Manage bounties"])
[:dashboard "Manage bounties"]
(when (:status-team-member? @user)
[:usage-metrics "Usage metrics"])]]
(into [:div.ui.attached.tabular.menu.tiny]