From 120b767f162455ff26cbfe7a2e4aa3df26e0546a Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Thu, 18 Sep 2025 09:47:44 -0700 Subject: [PATCH] improvement: remove comments --- .../components/SecretImportListView/SecretImportItem.tsx | 1 - .../components/SecretImportListView/SecretImportSecretRow.tsx | 3 --- 2 files changed, 4 deletions(-) diff --git a/frontend/src/pages/secret-manager/SecretDashboardPage/components/SecretImportListView/SecretImportItem.tsx b/frontend/src/pages/secret-manager/SecretDashboardPage/components/SecretImportListView/SecretImportItem.tsx index 485c757e0..59764de78 100644 --- a/frontend/src/pages/secret-manager/SecretDashboardPage/components/SecretImportListView/SecretImportItem.tsx +++ b/frontend/src/pages/secret-manager/SecretDashboardPage/components/SecretImportListView/SecretImportItem.tsx @@ -304,7 +304,6 @@ export const SecretImportItem = ({ Key Value - {/* Override */} diff --git a/frontend/src/pages/secret-manager/SecretDashboardPage/components/SecretImportListView/SecretImportSecretRow.tsx b/frontend/src/pages/secret-manager/SecretDashboardPage/components/SecretImportListView/SecretImportSecretRow.tsx index dcebb0ea5..fd8c8a440 100644 --- a/frontend/src/pages/secret-manager/SecretDashboardPage/components/SecretImportListView/SecretImportSecretRow.tsx +++ b/frontend/src/pages/secret-manager/SecretDashboardPage/components/SecretImportListView/SecretImportSecretRow.tsx @@ -63,9 +63,6 @@ export const SecretImportSecretRow = ({ isReadOnly /> - {/* - - */} ); };