Skip to content

Commit

Permalink
Merge branch 'encounter-overview-location' of https://github.com/ohcn…
Browse files Browse the repository at this point in the history
…etwork/care_fe into encounter-overview-location
  • Loading branch information
amjithtitus09 committed Feb 10, 2025
2 parents 3346a49 + 85c838e commit 39ef239
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/Location/LocationTree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function LocationTree({
{showTimeline && (
<div className="absolute left-0 top-0 bottom-0 flex flex-col items-center">
<div
className={`absolute w-[1px] bg-gray-200 h-full ${isLatest ? "top-3" : "-top-3"}`}
className={`absolute w-px bg-gray-200 h-full ${isLatest ? "top-3" : "-top-3"}`}
/>
<div
className={`h-6 w-6 rounded-full ${isLatest ? "bg-green-100" : "bg-gray-100"} flex items-center justify-center z-10`}
Expand All @@ -90,7 +90,7 @@ export function LocationTree({
className={`h-4 w-4 ${isLatest ? "text-green-600" : "text-gray-600"}`}
/>
</div>
{!isLatest && <div className="flex-1 w-[1px] bg-gray-200" />}
{!isLatest && <div className="flex-1 w-px bg-gray-200" />}
</div>
)}
<div className="flex flex-col gap-3">
Expand Down
2 changes: 1 addition & 1 deletion src/components/Patient/PatientInfoCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export default function PatientInfoCard(props: PatientInfoCardProps) {
</Badge>
</div>
</PopoverTrigger>
<PopoverContent align={"start"} className="w-auto p-2">
<PopoverContent align={"start"} className="w-auto p-2">
<div className="space-y-2 p-2 items-center">
<div className="flex items-center gap-8 justify-between">
<h4 className="font-medium text-sm">
Expand Down

0 comments on commit 39ef239

Please sign in to comment.