Skip to content

Commit

Permalink
fixed critical care
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Dec 16, 2024
1 parent 5a05985 commit 0feb0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Patient/DailyRounds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ export const DailyRounds = (props: any) => {
);
} else {
navigate(
`/facility/${facilityId}/patient/${patientId}/consultation/${consultationId}/log_updates/${obj.id}/update`,
`/facility/${facilityId}/patient/${patientId}/consultation/${consultationId}/log_updates/${obj.id}/critical_care/update`,
);
}
}
Expand Down

0 comments on commit 0feb0f7

Please sign in to comment.