From f73cb371bcc67be50acf190fc2a5a793b5022cb2 Mon Sep 17 00:00:00 2001 From: Gabriel Hernandez Date: Tue, 29 Oct 2024 18:52:09 +0000 Subject: [PATCH] fix not showing install software when there was software titles (#23352) relates to #23321 fix that shows the add install software UI when there is software to install. --- .../SetupExperience/cards/InstallSoftware/InstallSoftware.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pages/ManageControlsPage/SetupExperience/cards/InstallSoftware/InstallSoftware.tsx b/frontend/pages/ManageControlsPage/SetupExperience/cards/InstallSoftware/InstallSoftware.tsx index acaad9d2a0..0b0d3f2e0d 100644 --- a/frontend/pages/ManageControlsPage/SetupExperience/cards/InstallSoftware/InstallSoftware.tsx +++ b/frontend/pages/ManageControlsPage/SetupExperience/cards/InstallSoftware/InstallSoftware.tsx @@ -65,7 +65,7 @@ const InstallSoftware = ({ currentTeamId }: IInstallSoftwareProps) => { return ; } - if (softwareTitles === null) { + if (softwareTitles || softwareTitles === null) { return (