Skip to content

Commit

Permalink
Merge branch 'develop' into gsoc-doctor-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
UdaySagar-Git authored Aug 23, 2024
2 parents a170fdb + 8c0cdd6 commit cc4b73c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Facility/PatientNotesSlideover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import useNotificationSubscriptionState from "../../Common/hooks/useNotification
import RichTextEditor from "../Common/RichTextEditor/RichTextEditor";
import AuthorizedChild from "../../CAREUI/misc/AuthorizedChild.js";
import { Link } from "raviger";
import { t } from "i18next";

Check failure on line 18 in src/Components/Facility/PatientNotesSlideover.tsx

View workflow job for this annotation

GitHub Actions / lint

't' is defined but never used. Allowed unused vars must match /^_/u

interface PatientNotesProps {
patientId: string;
Expand Down

0 comments on commit cc4b73c

Please sign in to comment.