From e145aa180a7308d338e4eb8fd0fe995cfa651fa9 Mon Sep 17 00:00:00 2001 From: RachelElysia <71795832+RachelElysia@users.noreply.github.com> Date: Mon, 9 May 2022 11:18:00 -0400 Subject: [PATCH] Fix software inventory for device user (#5620) --- frontend/pages/hosts/details/cards/Software/Software.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pages/hosts/details/cards/Software/Software.tsx b/frontend/pages/hosts/details/cards/Software/Software.tsx index 233e0161c6..8256d3c296 100644 --- a/frontend/pages/hosts/details/cards/Software/Software.tsx +++ b/frontend/pages/hosts/details/cards/Software/Software.tsx @@ -82,7 +82,7 @@ const SoftwareTable = ({ ); - if (!softwareInventoryEnabled) { + if (softwareInventoryEnabled === false) { return (

Software