diff --git a/x-pack/plugins/aiops/public/components/spike_analysis_table/spike_analysis_table_groups.tsx b/x-pack/plugins/aiops/public/components/spike_analysis_table/spike_analysis_table_groups.tsx index 923d44ac8daf6..76dd42cf10790 100644 --- a/x-pack/plugins/aiops/public/components/spike_analysis_table/spike_analysis_table_groups.tsx +++ b/x-pack/plugins/aiops/public/components/spike_analysis_table/spike_analysis_table_groups.tsx @@ -283,22 +283,20 @@ export const SpikeAnalysisGroupsTable: FC = ({ > {hasExtraBadges ? ( <> - +{Object.keys(group).length - MAX_GROUP_BADGES}{' '}
) : null} {Object.keys(repeatedValues).length > 0 ? ( - <> - +{Object.keys(repeatedValues).length}{' '} - - + ) : null}