Skip to content

Commit

Permalink
Fixed Redirection of Critical care updation (#9453)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 authored Dec 16, 2024
1 parent 89cefea commit 96bc802
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 96bc802

Please sign in to comment.