Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranshu1902 committed Sep 13, 2023
1 parent f18eccb commit 530fa7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Patient/PatientHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ export const PatientHome = (props: any) => {
[facilityId]: { name: patientData?.facility_object?.name },
[id]: { name: patientData?.name },
}}
backUrl={facilityId ? `/patients?facility=${facilityId}/` : "/patients"}
backUrl={facilityId ? `/patients?facility=${facilityId}` : "/patients"}
>
<ConfirmDialog
title="Confirm send sample to collection centre"
Expand Down

0 comments on commit 530fa7f

Please sign in to comment.