Skip to content

Commit

Permalink
Update complaint-details-edit.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cnesmithsalus committed Oct 17, 2023
1 parent 01e918c commit d4f5071
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ export const ComplaintDetailsEdit: FC<ComplaintDetailsProps> = ({
}

function handleIncidentDateTimeChange(date: Date) {
console.log("date: " + date);
setSelectedIncidentDateTime(date);
if (complaintType === COMPLAINT_TYPES.HWCR) {
let hwcrComplaint: HwcrComplaint = cloneDeep(
Expand Down

0 comments on commit d4f5071

Please sign in to comment.