From f4effd8123409795fc730f0bbb13294f3a5ef495 Mon Sep 17 00:00:00 2001 From: morrme Date: Fri, 24 Jul 2020 08:46:01 -0500 Subject: [PATCH] linter corrections --- src/patients/visits/VisitForm.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/patients/visits/VisitForm.tsx b/src/patients/visits/VisitForm.tsx index 68a9c7d389..861e6c2ac0 100644 --- a/src/patients/visits/VisitForm.tsx +++ b/src/patients/visits/VisitForm.tsx @@ -21,7 +21,6 @@ interface Error { location?: string } interface Props { - patient: Patient visit: Partial visitError?: Error onChange?: (newVisit: Partial) => void