Skip to content

Commit

Permalink
Merge pull request #9455 from ohcnetwork/fix-critical
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar authored Dec 16, 2024
2 parents 376eb70 + a67ab4f commit 39066a6
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 @@ -411,7 +411,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 39066a6

Please sign in to comment.