From 584f3cdffb04186112c079327f78960d7a2a3b00 Mon Sep 17 00:00:00 2001 From: nnamdifrankie Date: Thu, 11 Jun 2020 15:46:04 -0400 Subject: [PATCH] EMT-401: fix linting --- .../pages/endpoint_hosts/view/details/host_details.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/view/details/host_details.tsx b/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/view/details/host_details.tsx index 524d1c589d282..a3862d4454c1d 100644 --- a/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/view/details/host_details.tsx +++ b/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/view/details/host_details.tsx @@ -142,8 +142,6 @@ export const HostDetails = memo(({ details }: { details: HostMetadata }) => { details.endpoint.policy.applied.id, details.host.hostname, details.host.ip, - details.host.hostname, - details.agent.version, policyStatus, policyResponseUri, policyStatusClickHandler,