Skip to content

Commit

Permalink
Merge branch 'develop' into Enhance
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrin2005 authored Feb 6, 2025
2 parents 25e5b29 + 1db9e70 commit 0ff9a39
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 0ff9a39

Please sign in to comment.