mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
Fix software inventory for device user (#5620)
This commit is contained in:
parent
e3c0e2d3b5
commit
e145aa180a
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue