diff --git a/x-pack/plugins/endpoint/public/applications/endpoint/index.tsx b/x-pack/plugins/endpoint/public/applications/endpoint/index.tsx index 865fc20d9e4385..82c95b37ee7b0f 100644 --- a/x-pack/plugins/endpoint/public/applications/endpoint/index.tsx +++ b/x-pack/plugins/endpoint/public/applications/endpoint/index.tsx @@ -27,7 +27,7 @@ interface RouterProps { basename: string; } -const AppRoot: React.FunctionComponent = React.memo(({basename}) => ( +const AppRoot: React.FunctionComponent = React.memo(({ basename }) => (