Skip to content

Commit

Permalink
fixes diffing on AlertsUtilityBar (#103746)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecezalp authored Jun 30, 2021
1 parent bed5b6d commit ba5d5cf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,5 @@ export const AlertsUtilityBar = React.memo(
prevProps.totalCount === nextProps.totalCount &&
prevProps.showClearSelection === nextProps.showClearSelection &&
prevProps.showBuildingBlockAlerts === nextProps.showBuildingBlockAlerts &&
prevProps.onShowOnlyThreatIndicatorAlertsChanged ===
nextProps.onShowOnlyThreatIndicatorAlertsChanged
prevProps.showOnlyThreatIndicatorAlerts === nextProps.showOnlyThreatIndicatorAlerts
);

0 comments on commit ba5d5cf

Please sign in to comment.