From ab4b6c17b3423ae0d8499bd0ae9a664ac2b60a28 Mon Sep 17 00:00:00 2001 From: Vladyslav Matsiiako Date: Tue, 25 Feb 2025 17:23:05 +0900 Subject: [PATCH] fix lint issues --- .../components/SecretListView/SecretDetailSidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/secret-manager/SecretDashboardPage/components/SecretListView/SecretDetailSidebar.tsx b/frontend/src/pages/secret-manager/SecretDashboardPage/components/SecretListView/SecretDetailSidebar.tsx index a7f41b640..8c41b53d7 100644 --- a/frontend/src/pages/secret-manager/SecretDashboardPage/components/SecretListView/SecretDetailSidebar.tsx +++ b/frontend/src/pages/secret-manager/SecretDashboardPage/components/SecretListView/SecretDetailSidebar.tsx @@ -587,7 +587,7 @@ export const SecretDetailSidebar = ({
Version History
- {secretVersion?.map(({ createdAt, secretValue, version, id }, i) => ( + {secretVersion?.map(({ createdAt, secretValue, version, id }) => (