fix condition to show host actions in details page (#19769)

unreleased bug caused by a bad merge conflict resolution.
This commit is contained in:
Roberto Dip 2024-06-14 16:49:36 -03:00 committed by GitHub
parent bb6ee46987
commit 417b2ce9d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -680,7 +680,7 @@ const HostDetailsPage = ({
hostMdmDeviceStatus={hostMdmDeviceStatus}
hostMdmEnrollmentStatus={host.mdm.enrollment_status}
doesStoreEncryptionKey={host.mdm.encryption_key_available}
isConnectedToFleetMdm={mdm?.connected_to_fleet}
isConnectedToFleetMdm={host.mdm?.connected_to_fleet}
hostScriptsEnabled={host.scripts_enabled}
/>
);