Fix software inventory for device user (#5620)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user