Skip to content

Commit

Permalink
fix: CE-1291 zone at a glance-enforcement not correct (#819)
Browse files Browse the repository at this point in the history
Co-authored-by: afwilcox <[email protected]>
  • Loading branch information
Scarlett-Truong and afwilcox authored Dec 17, 2024
1 parent f03f7fb commit 71ea769
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export const ZoneAtAGlance: FC = () => {
if (currentZone) {
dispatch(getZoneAtAGlanceStats(currentZone, ComplaintType.HWCR_COMPLAINT));
dispatch(getZoneAtAGlanceStats(currentZone, ComplaintType.ALLEGATION_COMPLAINT));
dispatch(getZoneAtAGlanceStats(currentZone, ComplaintType.GENERAL_COMPLAINT));
}
}, [dispatch, currentZone]);

Expand Down

0 comments on commit 71ea769

Please sign in to comment.