Skip to content

Commit

Permalink
Update complaints.ts (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnesmithsalus authored Oct 16, 2023
1 parent 7960361 commit 458c7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/store/reducers/complaints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ export const selectComplaintHeader =
ceComplaint.person_complaint_xref[0].person_guid.person_guid;
}

const { long_description: status } = ceStatusCode;
const { complaint_status_code: status } = ceStatusCode;

result = {
...result,
Expand Down

0 comments on commit 458c7c6

Please sign in to comment.