Skip to content

Commit

Permalink
linting error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaJ2305 committed Nov 29, 2024
1 parent 50245d9 commit e765bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Patient/PatientDetailsTab/Demography.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { GENDER_TYPES } from "@/common/constants";
import { NonReadOnlyUsers } from "@/Utils/AuthorizeFor";
import routes from "@/Utils/request/api";
import useQuery from "@/Utils/request/useQuery";
import { formatName, formatPatientAge, patientAgeInYears } from "@/Utils/utils";
import { formatName, formatPatientAge } from "@/Utils/utils";

import { PatientProps } from ".";
import * as Notification from "../../../Utils/Notifications";
Expand Down

0 comments on commit e765bc9

Please sign in to comment.