From f810e7b6fb108453e3ad1cc6066bc138b7ca34c8 Mon Sep 17 00:00:00 2001 From: Ian Littman Date: Sat, 13 Sep 2025 14:29:49 -0500 Subject: [PATCH] Allow users to edit software icons in GitOps mode for now (#32950) --- .../SoftwareDetailsSummary.tsx | 21 +++++++------------ 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/frontend/pages/SoftwarePage/components/cards/SoftwareDetailsSummary/SoftwareDetailsSummary.tsx b/frontend/pages/SoftwarePage/components/cards/SoftwareDetailsSummary/SoftwareDetailsSummary.tsx index a26ecd7b2a..fddfb976da 100644 --- a/frontend/pages/SoftwarePage/components/cards/SoftwareDetailsSummary/SoftwareDetailsSummary.tsx +++ b/frontend/pages/SoftwarePage/components/cards/SoftwareDetailsSummary/SoftwareDetailsSummary.tsx @@ -106,20 +106,13 @@ const SoftwareDetailsSummary = ({ {title} {onClickEditIcon && (
- ( - - )} - /> +
)}