From e74f1a769186e85f9615ecdea8455f054e08b09d Mon Sep 17 00:00:00 2001 From: Keith Chong Date: Thu, 31 Oct 2024 18:23:56 -0400 Subject: [PATCH] More lint errors. (Need to update my linter) Signed-off-by: Keith Chong --- .../application-deployment-history-details.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/app/applications/components/application-deployment-history/application-deployment-history-details.tsx b/ui/src/app/applications/components/application-deployment-history/application-deployment-history-details.tsx index 23a8d98a4e84d..78b5cb7cea91a 100644 --- a/ui/src/app/applications/components/application-deployment-history/application-deployment-history-details.tsx +++ b/ui/src/app/applications/components/application-deployment-history/application-deployment-history-details.tsx @@ -104,7 +104,7 @@ export const ApplicationDeploymentHistoryDetails = ({app, info, index}: props) = /> {showParameterDetails ? ( -
+
{getExpandedSection()} { @@ -155,7 +155,7 @@ export const ApplicationDeploymentHistoryDetails = ({app, info, index}: props) = versionId={recentDeployments[index].id} /> {showSourceDetails.includes(i) ? ( -
+
{getExpandedSection(i)}