Skip to content

Commit

Permalink
Update use_highlighted_fields.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski authored Jan 8, 2024
1 parent 7a41fbd commit e5d6935
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const useHighlightedFields = ({
return acc;
}

// if the field is observer.serial_number and the event is not an endpoint event we skip it
// if the field is observer.serial_number and the event is not a sentinel one event we skip it
if (
field.id === SENTINEL_ONE_AGENT_ID_FIELD &&
!isAlertFromSentinelOneEvent({ data: dataFormattedForFieldBrowser })
Expand Down

0 comments on commit e5d6935

Please sign in to comment.