From 1352dfe8e6b291ebaa241402a6c77c0628413843 Mon Sep 17 00:00:00 2001 From: Jatin Kathuria Date: Tue, 21 Feb 2023 13:01:13 +0100 Subject: [PATCH] alert suppression --- .../render_cell_value.tsx | 48 ++++++++----------- 1 file changed, 20 insertions(+), 28 deletions(-) diff --git a/x-pack/plugins/security_solution/public/detections/configurations/security_solution_detections/render_cell_value.tsx b/x-pack/plugins/security_solution/public/detections/configurations/security_solution_detections/render_cell_value.tsx index c4c5736f58172..108325735bbc4 100644 --- a/x-pack/plugins/security_solution/public/detections/configurations/security_solution_detections/render_cell_value.tsx +++ b/x-pack/plugins/security_solution/public/detections/configurations/security_solution_detections/render_cell_value.tsx @@ -154,35 +154,27 @@ export const getRenderCellValueHook = ({ const localLinkValues = getOr([], colHeader?.linkField ?? '', ecsData); - const isTourAnchor = columnId === SIGNAL_RULE_NAME_FIELD_NAME && rowIndex === 0; - return ( - - - + ); }, [browserFieldsByName, browserFields, columnHeaders]