Skip to content

Commit

Permalink
Merge branch 'main' into task/olm-4724-action-log-users-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Sep 20, 2022
2 parents db232ca + e826b9c commit 3545959
Show file tree
Hide file tree
Showing 20 changed files with 577 additions and 646 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ export const SpikeAnalysisTable: FC<SpikeAnalysisTableProps> = ({
</EuiToolTip>
),
render: (_, { pValue }) => {
if (!pValue) return NOT_AVAILABLE;
const label = getFailedTransactionsCorrelationImpactLabel(pValue);
return label ? <EuiBadge color={label.color}>{label.impact}</EuiBadge> : null;
},
Expand Down

This file was deleted.

Loading

0 comments on commit 3545959

Please sign in to comment.