Skip to content

Commit

Permalink
Remove appointment type section from patient details page
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Feb 5, 2025
1 parent 6bee9ac commit 527258c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/pages/Patient/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,6 @@ function PatientIndex() {
</CardHeader>
<CardContent className="mt-2 pt-2 px-6 pb-3">
<div className="flex flex-col md:flex-row gap-2 justify-between">
<div className="flex flex-row md:flex-col gap-2 md:gap-0">
<span className="text-xs font-medium">
{t("appointment_type")}:{" "}
</span>
<span className="text-sm">{"Currently doesn't exist"}</span>
</div>
<div className="flex flex-row md:flex-col gap-2 md:gap-0">
<span className="text-xs font-medium">{t("location")}: </span>
<span className="text-sm">{"Facility Location"}</span>
Expand Down

0 comments on commit 527258c

Please sign in to comment.