Skip to content

Commit

Permalink
refactor: Update ConsultationDetails component to include update URI …
Browse files Browse the repository at this point in the history
…for consultation
  • Loading branch information
shauryag2002 committed Nov 19, 2024
1 parent e8b006d commit 18141a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Facility/ConsultationDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ export const ConsultationDetails = (props: any) => {
crumbsReplacements={{
[facilityId]: { name: patientData?.facility_object?.name },
[patientId]: { name: patientData?.name },
consultation: {
name: "Consultation",
uri: `/facility/${facilityId}/patient/${patientId}/consultation/${consultationId}/update`,
},
[consultationId]: {
name:
consultationData.suggestion === "A"
Expand Down

0 comments on commit 18141a8

Please sign in to comment.