Skip to content

Commit

Permalink
Remove comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Srayash authored Nov 14, 2024
1 parent 831ed9c commit 0ec4785
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/components/Patient/PatientHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,15 +241,6 @@ export const PatientHome = (props: any) => {
!(patientData?.last_consultation?.facility === facilityId)
);
};
// Commented out as this is no longer used should I completely remove this?

// const isPatientEligibleForNewConsultation = (patientData: PatientModel) => {
// return patientData.is_active &&
// (!patientData?.last_consultation ||
// patientData?.last_consultation?.discharge_date)
// ? true
// : false;
// };

return (
<Page
Expand Down

0 comments on commit 0ec4785

Please sign in to comment.