diff --git a/src/views/ModelPlan/TaskList/GeneralCharacteristics/Authority/index.tsx b/src/views/ModelPlan/TaskList/GeneralCharacteristics/Authority/index.tsx
index 59c2900cef..fdfc5eeb22 100644
--- a/src/views/ModelPlan/TaskList/GeneralCharacteristics/Authority/index.tsx
+++ b/src/views/ModelPlan/TaskList/GeneralCharacteristics/Authority/index.tsx
@@ -8,15 +8,15 @@ import {
Button,
Fieldset,
Icon,
- Label
+ Label,
+ TextInput
} from '@trussworks/react-uswds';
-import { Field, FieldArray, Form, Formik, FormikProps } from 'formik';
+import { Field, Form, Formik, FormikProps } from 'formik';
import {
AuthorityAllowance,
GetAuthorityQuery,
useGetAuthorityQuery,
- useUpdatePlanGeneralCharacteristicsMutation,
- WaiverType
+ useUpdatePlanGeneralCharacteristicsMutation
} from 'gql/gen/graphql';
import AddNote from 'components/AddNote';
@@ -229,7 +229,7 @@ const Authority = () => {
>