Skip to content

Commit

Permalink
removed consent badge from patient home (#7904)
Browse files Browse the repository at this point in the history
Co-authored-by: Shivank Kacker <[email protected]>
  • Loading branch information
shivankacker and Shivank Kacker authored May 27, 2024
1 parent 63a2cdb commit f6c1eb6
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 @@ -567,15 +567,6 @@ export const PatientHome = (props: any) => {
</p>
</div>
)}
{(
patientData.last_consultation?.consent_records?.filter(
(c) => !c.deleted,
) || []
).length < 1 && (
<div className="mb-6 inline-flex w-full items-center justify-center rounded-md border bg-red-600/5 p-1 text-sm font-normal leading-4 text-red-600 shadow-sm lg:mt-0">
Consent Records Missing
</div>
)}
<div className="mb-6 rounded-sm bg-white p-2 text-center shadow">
<div className="flex justify-between">
<div className="w-1/2 border-r-2">
Expand Down

0 comments on commit f6c1eb6

Please sign in to comment.