diff --git a/packages/developer-portal/src/components/apps/page/index.tsx b/packages/developer-portal/src/components/apps/page/index.tsx index 83a0f08c71..f57de42be5 100644 --- a/packages/developer-portal/src/components/apps/page/index.tsx +++ b/packages/developer-portal/src/components/apps/page/index.tsx @@ -50,10 +50,12 @@ export const AppsPage: FC = () => { isAppConsents, } = getCurrentPage(pathname) - const hasPipelines = - currentDeveloper?.id && - process.env.pipelineWhitelist.includes(currentDeveloper.id) && - appDetail?.authFlow !== 'clientCredentials' + // const hasPipelines = + // currentDeveloper?.id && + // process.env.pipelineWhitelist.includes(currentDeveloper.id) && + // appDetail?.authFlow !== 'clientCredentials' + + const hasPipelines = false const shouldRenderConsents = checkShouldRenderConsents(appDetail, appLatestRevision, appHasInstallations)