From 2cdba5dc71d71ac9bcfd0529982149be907a25ff Mon Sep 17 00:00:00 2001 From: CAWilson94 Date: Tue, 5 Nov 2024 14:52:36 +0000 Subject: [PATCH] updated data-test-subj for cypress tests --- .../components/timeline/body/renderers/formatted_field.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/x-pack/plugins/security_solution/public/timelines/components/timeline/body/renderers/formatted_field.tsx b/x-pack/plugins/security_solution/public/timelines/components/timeline/body/renderers/formatted_field.tsx index 2660b577d956a..733eadc5a15ea 100644 --- a/x-pack/plugins/security_solution/public/timelines/components/timeline/body/renderers/formatted_field.tsx +++ b/x-pack/plugins/security_solution/public/timelines/components/timeline/body/renderers/formatted_field.tsx @@ -243,9 +243,7 @@ const FormattedFieldValueComponent: React.FC<{ ); } else if (fieldName === RISK_SCORE) { return value ? ( - - {formatRiskScore(Number(value))} - + {formatRiskScore(Number(value))} ) : null; } else if (fieldName === EVENT_MODULE_FIELD_NAME) { return renderEventModule({