fixes diffing on AlertsUtilityBar (#103746)

This commit is contained in:
Ece Özalp 2021-06-29 21:28:44 -04:00 committed by GitHub
parent bed5b6d8f2
commit ba5d5cf441
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
);