From 0fd551156f71327a64f71cebed3fca199d73c8e7 Mon Sep 17 00:00:00 2001 From: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Date: Tue, 13 Sep 2022 19:49:38 +0000 Subject: [PATCH] [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix' --- .../spike_analysis_table/spike_analysis_table_groups.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 7dd4101d420c7..1392c48734e49 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 @@ -141,7 +141,9 @@ export const SpikeAnalysisGroupsTable: FC = ({ color="hollow" > {`${fieldName}: `} - {`${group[fieldName]}`} + {`${group[fieldName]}`}