Skip to content

Commit

Permalink
fix #8164 removed View Discharge Patients btn (#8184)
Browse files Browse the repository at this point in the history
  • Loading branch information
NitinPSingh authored Jul 24, 2024
1 parent 2c37833 commit abd95d8
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/Components/Facility/FacilityHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -445,19 +445,6 @@ export const FacilityHome = (props: any) => {
<CareIcon icon="l-user-injured" className="text-lg" />
<span>View Patients</span>
</ButtonV2>
<ButtonV2
id="view-patient-facility-list"
variant="primary"
ghost
border
className="mt-2 flex w-full flex-row justify-center md:w-auto"
onClick={() =>
navigate(`/facility/${facilityId}/discharged-patients`)
}
>
<CareIcon icon="l-user-injured" className="text-lg" />
<span>View Discharged Patients</span>
</ButtonV2>
</div>
</div>
</div>
Expand Down

0 comments on commit abd95d8

Please sign in to comment.