From ce126bfd92684155b4d8106a233d28f202eb7157 Mon Sep 17 00:00:00 2001 From: Itai Gilo Date: Sun, 29 Sep 2024 12:36:56 +0300 Subject: [PATCH] Enable PRs tab --- webui/src/lib/components/repository/tabs.jsx | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/webui/src/lib/components/repository/tabs.jsx b/webui/src/lib/components/repository/tabs.jsx index f050023702f..9721c9b1ea0 100644 --- a/webui/src/lib/components/repository/tabs.jsx +++ b/webui/src/lib/components/repository/tabs.jsx @@ -8,9 +8,6 @@ import {Link, NavItem} from "../nav"; import {useRouter} from "../../hooks/router"; import {RefTypeBranch} from "../../../constants"; -// TODO (gilo): this is temp, until PRfD will be ready -const showPulls = false; - export const RepositoryNavTabs = ({ active }) => { const { reference } = useRefs(); const router = useRouter(); @@ -60,14 +57,10 @@ export const RepositoryNavTabs = ({ active }) => { Tags - { - // TODO (gilo): this is temp, until PRfD will be ready - showPulls && - - {/* TODO (gilo): the icon is very similar to the compare icon, consider changing it*/} - Pull Requests - - } + + {/* TODO (gilo): the icon is very similar to the compare icon, consider changing it*/} + Pull Requests + Compare