From 8591f8e0d5701d2818478091dfa8faa189992246 Mon Sep 17 00:00:00 2001 From: Keith Chong Date: Thu, 31 Oct 2024 18:17:01 -0400 Subject: [PATCH] Lint issue again Signed-off-by: Keith Chong --- .../application-deployment-history-details.tsx | 10 ++-------- 1 file changed, 2 insertions(+), 8 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 7602a8fb2aa0a..23a8d98a4e84d 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,10 +104,7 @@ export const ApplicationDeploymentHistoryDetails = ({app, info, index}: props) = /> {showParameterDetails ? ( -
+
{getExpandedSection()} { @@ -158,10 +155,7 @@ export const ApplicationDeploymentHistoryDetails = ({app, info, index}: props) = versionId={recentDeployments[index].id} /> {showSourceDetails.includes(i) ? ( -
+
{getExpandedSection(i)}