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.
This commit is contained in:
Gabriel Hernandez 2024-10-29 18:52:09 +00:00 committed by GitHub
parent 2e3bd410da
commit f73cb371bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,7 +65,7 @@ const InstallSoftware = ({ currentTeamId }: IInstallSoftwareProps) => {
return <DataError />;
}
if (softwareTitles === null) {
if (softwareTitles || softwareTitles === null) {
return (
<div className={`${baseClass}__content`}>
<AddInstallSoftware