From 8777c61087a06e5f78edb26d96736dd3e82a9bae Mon Sep 17 00:00:00 2001 From: Rob Culliton Date: Tue, 17 Jul 2018 11:23:37 -0400 Subject: [PATCH] always show manage bounties tab --- src/cljs/commiteth/core.cljs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/cljs/commiteth/core.cljs b/src/cljs/commiteth/core.cljs index 693403b..f609fc3 100644 --- a/src/cljs/commiteth/core.cljs +++ b/src/cljs/commiteth/core.cljs @@ -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]