diff --git a/app/src/components/pilotForm/PilotForm.tsx b/app/src/components/pilotForm/PilotForm.tsx index 567886b..bfe4063 100644 --- a/app/src/components/pilotForm/PilotForm.tsx +++ b/app/src/components/pilotForm/PilotForm.tsx @@ -83,12 +83,15 @@ const PilotForm: React.FC = ({
-
+
Info
+ Name +
+
= ({ results={peoplePickerResults} inputProps={{ disabled: disabled, - label: 'Name', + // label: 'Name', onChange: (event) => handlePeoplePickerOnChange(event), value: value }} diff --git a/app/src/components/pilotFormCertificates/PilotFormCertificates.tsx b/app/src/components/pilotFormCertificates/PilotFormCertificates.tsx index 094c0dc..c3216a2 100644 --- a/app/src/components/pilotFormCertificates/PilotFormCertificates.tsx +++ b/app/src/components/pilotFormCertificates/PilotFormCertificates.tsx @@ -28,7 +28,6 @@ const PilotFormCertificates: React.FC = ({ {fields.map((field, index) => { return ( <> - {/* //
*/}
= ({
- {/*
*/} ); })} diff --git a/app/src/components/pilotFormEndorsements/PilotFormEndorsements.tsx b/app/src/components/pilotFormEndorsements/PilotFormEndorsements.tsx index d1cf235..08c756d 100644 --- a/app/src/components/pilotFormEndorsements/PilotFormEndorsements.tsx +++ b/app/src/components/pilotFormEndorsements/PilotFormEndorsements.tsx @@ -28,7 +28,6 @@ const PilotFormEndorsements: React.FC = ({ {fields.map((field, index) => { return ( <> - {/* //
*/}
= ({
- {/*
*/} ); })}