Skip to content

Commit

Permalink
add linting
Browse files Browse the repository at this point in the history
  • Loading branch information
AshrafMd-1 committed Mar 3, 2024
1 parent 9d1db0a commit fb885a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Components/Patient/ManagePatients.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -748,8 +748,7 @@ export const PatientManager = () => {
navigate(
`/facility/${authUser.home_facility_object?.id}/patient`
);
}
else setShowDialog(true);
} else setShowDialog(true);
}}
className="w-full lg:w-fit"
>
Expand Down

0 comments on commit fb885a4

Please sign in to comment.