Skip to content

Commit

Permalink
Update x-pack/plugins/observability/public/pages/slo_details/componen…
Browse files Browse the repository at this point in the history
…ts/header_control.tsx

Co-authored-by: Kevin Delemme <[email protected]>
  • Loading branch information
CoenWarmer and kdelemme authored Apr 26, 2023
1 parent 43097e2 commit d01de9c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export function HeaderControl({ isLoading, slo }: Props) {
]
.concat(
!!slo && isApmIndicatorType(slo.indicator.type)
? [
?
<EuiContextMenuItem
key="exploreInApm"
icon="bullseye"
Expand All @@ -209,8 +209,8 @@ export function HeaderControl({ isLoading, slo }: Props) {
defaultMessage: 'Service details',
}
)}
</EuiContextMenuItem>,
]
</EuiContextMenuItem>

: []
)
.concat(
Expand Down

0 comments on commit d01de9c

Please sign in to comment.