Skip to content

Commit

Permalink
Add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 committed Oct 25, 2023
1 parent b7cdf10 commit 37cae66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Components/Patient/PatientInfoCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,11 @@ export default function PatientInfoCard(props: {
</span>
</span>
)}
{medicoLegalCase && (
<span className="pl-2 capitalize md:col-span-2">
<span className="badge badge-pill badge-danger">MLC</span>
</span>
)}
</div>
{!!consultation?.discharge_date && (
<p className="my-1 inline-block rounded-lg bg-red-100 px-2 py-1 text-sm text-red-600">
Expand Down

0 comments on commit 37cae66

Please sign in to comment.