From 6ca564acd21a7386a9895b0f07f72d89e2fea7aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20St=C3=BCrmer?= Date: Thu, 5 Sep 2019 19:18:28 +0200 Subject: [PATCH] Fix the anomaly info label for singular number (#44813) (#44859) Backports the following commits to 7.4: - Fix the anomaly info label for singular number (#44813) --- .../pages/logs/analysis/page_results_content.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/x-pack/legacy/plugins/infra/public/pages/logs/analysis/page_results_content.tsx b/x-pack/legacy/plugins/infra/public/pages/logs/analysis/page_results_content.tsx index 71c46230d5d7c..9e106427efdd7 100644 --- a/x-pack/legacy/plugins/infra/public/pages/logs/analysis/page_results_content.tsx +++ b/x-pack/legacy/plugins/infra/public/pages/logs/analysis/page_results_content.tsx @@ -152,14 +152,14 @@ export const AnalysisResultsContent = ({ 0 - ) : ( - {anomaliesDetected} - ), + formattedNumber: ( + + {anomaliesDetected} + + ), + number: anomaliesDetected, }} />