From 8bfbae10378bd2c622749e6cd7c2c1ee7f2743e3 Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Fri, 11 Apr 2025 19:38:47 -0700 Subject: [PATCH] chore: remove outdated comment --- .../CloudIntegrationSection/CloudIntegrationSection.tsx | 1 - 1 file changed, 1 deletion(-) 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 = ({