Skip to content

Commit

Permalink
Fix tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Nov 30, 2020
1 parent 072e95e commit 3d3b1a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function ServiceOverviewThroughputChart({
fetchStatus={status}
timeseries={[
{
data: data.throughput ?? [],
data: data?.throughput ?? [],
type: 'linemark',
color: theme.eui.euiColorVis0,
title: i18n.translate(
Expand Down
15 changes: 0 additions & 15 deletions x-pack/plugins/apm/public/hooks/useComponentId.tsx

This file was deleted.

0 comments on commit 3d3b1a0

Please sign in to comment.