Skip to content

Commit

Permalink
fix agentName issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Nov 26, 2020
1 parent b0912ba commit 91016b2
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,7 @@ type ServiceNodeMetricsProps = RouteComponentProps<{
export function ServiceNodeMetrics({ match }: ServiceNodeMetricsProps) {
const { urlParams, uiFilters } = useUrlParams();
const { serviceName, serviceNodeName } = match.params;
const {



} = useAgentName();
const { agentName } = useAgentName();
const { data } = useServiceMetricCharts(
urlParams,
agentName,
Expand Down

0 comments on commit 91016b2

Please sign in to comment.