diff --git a/frontend/src/pages/secret-manager/IntegrationsListPage/components/CloudIntegrationSection/CloudIntegrationSection.tsx b/frontend/src/pages/secret-manager/IntegrationsListPage/components/CloudIntegrationSection/CloudIntegrationSection.tsx index cc9ed45a8..417c3e1f3 100644 --- a/frontend/src/pages/secret-manager/IntegrationsListPage/components/CloudIntegrationSection/CloudIntegrationSection.tsx +++ b/frontend/src/pages/secret-manager/IntegrationsListPage/components/CloudIntegrationSection/CloudIntegrationSection.tsx @@ -45,7 +45,6 @@ type Props = { type TRevokeIntegrationPopUp = { provider: string }; const SECRET_SYNCS = Object.values(SecretSync) as string[]; -// this assumes sync and integration will have same name which looks like it will be the case const isSecretSyncAvailable = (type: string) => SECRET_SYNCS.includes(type); export const CloudIntegrationSection = ({