Fix software inventory for device user (#5620)

This commit is contained in:
RachelElysia 2022-05-09 11:18:00 -04:00 committed by GitHub
parent e3c0e2d3b5
commit e145aa180a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@ const SoftwareTable = ({
<EmptyState title="software" reason="empty-search" />
);
if (!softwareInventoryEnabled) {
if (softwareInventoryEnabled === false) {
return (
<div className="section section--software">
<p className="section__header">Software</p>