File tree Expand file tree Collapse file tree
x-pack/legacy/plugins/apm/public/components/app/ServiceMap Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77import { EuiBetaBadge } from '@elastic/eui' ;
88import theme from '@elastic/eui/dist/eui_theme_light.json' ;
99import { i18n } from '@kbn/i18n' ;
10- import { default as React , default as React , useMemo } from 'react' ;
10+ import React , { useMemo } from 'react' ;
1111import styled from 'styled-components' ;
1212import { isValidPlatinumLicense } from '../../../../../../../plugins/apm/common/service_map' ;
1313import { useDeepObjectIdentity } from '../../../hooks/useDeepObjectIdentity' ;
@@ -53,7 +53,6 @@ const BetaBadgeContainer = styled.div`
5353 top: ${ theme . gutterTypes . gutterSmall } ;
5454 z-index: 1; /* The element containing the cytoscape canvas has z-index = 0. */
5555` ;
56- const MAX_REQUESTS = 5 ;
5756
5857export function ServiceMap ( { serviceName } : ServiceMapProps ) {
5958 const license = useLicense ( ) ;
You can’t perform that action at this time.
0 commit comments