Skip to content

Commit

Permalink
Merge branch 'develop' into issues/10725/Remove-Unnecessary-Arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinpraveengo authored Mar 3, 2025
2 parents 2dc8be1 + d04d47a commit 9a9dcc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Patient/PatientHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export const PatientHome = (props: {
</div>
</div>
</div>
<div className="h-full lg:flex">
<div className="lg:flex">
<div className="h-full lg:mr-7 lg:basis-5/6">
{Tab && (
<Tab
Expand Down

0 comments on commit 9a9dcc4

Please sign in to comment.