Skip to content

Commit

Permalink
Fully fix homMNum typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anjaleenaren committed Nov 17, 2023
1 parent bd3e9b3 commit 0941651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/util/types/referral.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default interface IReferral {
homDecedentEthnicity: string;
homFMVNum: string;
homMEONum: string;
homeMNum: string;
homMNum: string;
homCaseInformation: string;
historyOfCommunication: Array<ICommunicationItem> | null;
victimServicesOutcome: IVictimServicesOutcomeItem | null;
Expand Down Expand Up @@ -199,7 +199,7 @@ export const emptyReferral = {
homDecedentEthnicity: '',
homFMVNum: '',
homMEONum: '',
homeMNum: '',
homMNum: '',
homCaseInformation: '',
historyOfCommunication: null,
victimServicesOutcome: null,
Expand Down

0 comments on commit 0941651

Please sign in to comment.