diff --git a/frontend/pages/hosts/details/DeviceUserPage/DeviceUserPage.tsx b/frontend/pages/hosts/details/DeviceUserPage/DeviceUserPage.tsx index f33d1f7721..9a0e96f660 100644 --- a/frontend/pages/hosts/details/DeviceUserPage/DeviceUserPage.tsx +++ b/frontend/pages/hosts/details/DeviceUserPage/DeviceUserPage.tsx @@ -229,6 +229,7 @@ const DeviceUserPage = ({ const statusClassName = classnames("status", `status--${host?.status}`); const renderDeviceUserPage = () => { + const failing_policies_count = titleData?.issues; return (