diff --git a/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx b/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx
index 272b96a3b..e61c6fe47 100644
--- a/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx
+++ b/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx
@@ -46,7 +46,7 @@ export const IntegrationsSection = ({
)}
{!isLoading && !integrations.length && (
)}
@@ -54,7 +54,7 @@ export const IntegrationsSection = ({
{integrations?.map((integration) => (
@@ -80,7 +80,7 @@ export const IntegrationsSection = ({
-
+
{integration.secretPath}
@@ -89,13 +89,13 @@ export const IntegrationsSection = ({
-
+
{integrationSlugNameMapping[integration.integration]}
-
+
{integration.integration === "hashicorp-vault"
? `${integration.app} - path: ${integration.path}`
: integration.app}
@@ -107,7 +107,7 @@ export const IntegrationsSection = ({
integration.integration === "gitlab") && (
-
+
{integration.targetEnvironment}
@@ -134,7 +134,7 @@ export const IntegrationsSection = ({
handlePopUpToggle("deleteConfirmation", isOpen)}
deleteKey={(popUp?.deleteConfirmation?.data as TIntegration)?.app || ""}