Skip to content

Commit

Permalink
fix: CE-1036-revert-hwcr-tab-rename (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
afwilcox authored Sep 6, 2024
1 parent aff15a7 commit 9c17f3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const ComplaintListTabs: FC<props> = ({ complaintType, viewType, complain
record = { ...record, name };
break;
case COMPLAINT_TYPES.HWCR:
record = { ...record, name: "Human Wildlife Conflict" };
record = { ...record, name: "Human Wildlife Conflicts" };
break;
case COMPLAINT_TYPES.GIR:
record = { ...record, name: "General Incidents" };
Expand Down

0 comments on commit 9c17f3f

Please sign in to comment.