mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-02 20:53:55 +00:00
Disable repositories tab
This commit is contained in:
parent
eb8edec116
commit
1db018912b
@ -79,7 +79,9 @@
|
||||
(let [tabs (apply conj [[:bounties (str (when-not @user "Open ") "Bounties")]
|
||||
[:activity "Activity"]]
|
||||
(when @user
|
||||
[[:repos "Repositories"]
|
||||
[
|
||||
;; NOTE(oskarth) Disabling this as repo management happens through GH app
|
||||
#_[:repos "Repositories"]
|
||||
[:manage-payouts (str (when-not mobile? "Manage ") "Payouts")]
|
||||
(when (:status-team-member? @user)
|
||||
[:usage-metrics "Usage metrics"])]))]
|
||||
|
@ -106,7 +106,8 @@
|
||||
(let [active-tab (:active-tab app-state)]
|
||||
[:div.ui.attached.tabular.menu.tiny
|
||||
(for [[tab caption] [[:activity "Activity"]
|
||||
[:manage "Repositories"]
|
||||
;; NOTE(oskarth) Disabling this as repo management happens through GH app
|
||||
#_[:manage "Repositories"]
|
||||
[:bounties "Bounties"]]]
|
||||
(let [props {:class (str "ui item"
|
||||
(when (= active-tab tab) " active"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user