diff --git a/x-pack/plugins/session_view/public/components/process_tree_node/buttons.tsx b/x-pack/plugins/session_view/public/components/process_tree_node/buttons.tsx
index f5e2220c5e909..401c55ca90c8d 100644
--- a/x-pack/plugins/session_view/public/components/process_tree_node/buttons.tsx
+++ b/x-pack/plugins/session_view/public/components/process_tree_node/buttons.tsx
@@ -86,8 +86,8 @@ export const AlertButton = ({
{alertsCount > 1 ? ALERTS : ALERT}
{alertsCount > 1 &&
(alertsCount > MAX_ALERT_COUNT ? ` (${MAX_ALERT_COUNT}+)` : ` (${alertsCount})`)}
- {alertIcons?.map((icon: string) => (
-
+ {alertIcons?.map((icon: string, index: number) => (
+
))}