Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:AnveshNalimela/care_fe into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
AnveshNalimela committed Dec 16, 2024
2 parents 2a8b794 + 96bc802 commit b0c1f4d
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 b0c1f4d

Please sign in to comment.