change showing turn off mdm from data from host/:id/mdm (#10129)

This commit is contained in:
Gabriel Hernandez 2023-02-27 19:33:50 +00:00 committed by GitHub
parent 8c4d4b1763
commit d849838c23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -543,7 +543,7 @@ const HostDetailsPage = ({
hostStatus={host.status}
hostMdmEnrollemntStatus={host.mdm.enrollment_status}
doesStoreEncryptionKey={host.mdm.encryption_key_available}
mdmName={host.mdm.name}
mdmName={mdm?.name}
/>
);
};