Skip to content

Commit

Permalink
test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahendar0701 committed Dec 15, 2024
1 parent 17a96b1 commit 3ec979f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Facility/ConsultationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ export const ConsultationForm = ({ facilityId, patientId, id }: Props) => {
);

if (data.suggestion === "R") {
navigate(`/facility/${facilityId}/patient/${patientId}/shift/`);
navigate(`/facility/${facilityId}/patient/${patientId}/shifting/`);
return;
} else if (!id && data.suggestion === "A") {
navigate(
Expand Down

0 comments on commit 3ec979f

Please sign in to comment.