Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
linter corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
morrme committed Jul 24, 2020
1 parent 4291a7c commit f4effd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/patients/visits/VisitForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ interface Error {
location?: string
}
interface Props {
patient: Patient
visit: Partial<Visit>
visitError?: Error
onChange?: (newVisit: Partial<Visit>) => void
Expand Down

0 comments on commit f4effd8

Please sign in to comment.