From 84bdd89ec3c95b4b0588d91f78668c6900bd67c1 Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Sun, 28 Jul 2024 08:27:01 -0500 Subject: [PATCH] adding pilots --- app/src/components/pilotForm/PilotForm.tsx | 26 +++++++++---------- .../PilotFormCertificates.tsx | 2 +- .../PilotFormEndorsements.tsx | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/app/src/components/pilotForm/PilotForm.tsx b/app/src/components/pilotForm/PilotForm.tsx index 307cdaf..6b33b62 100644 --- a/app/src/components/pilotForm/PilotForm.tsx +++ b/app/src/components/pilotForm/PilotForm.tsx @@ -83,15 +83,15 @@ const PilotForm: React.FC = ({
-
-
+
+
Info
Name
-
+
= ({
Address
-
+
= ({
City
-
+
= ({
State
-
+
= ({
Postal Code
-
+
= ({
Email
-
+
= ({
Phone Number
-
+
= ({ )} />
-
+
Certificates
-
+
Endorsements
@@ -230,7 +230,7 @@ const PilotForm: React.FC = ({
Class
-
+
= ({
Class
-
+
= ({ }); return ( -
+
{fields.map((field, index) => { return ( <> diff --git a/app/src/components/pilotFormEndorsements/PilotFormEndorsements.tsx b/app/src/components/pilotFormEndorsements/PilotFormEndorsements.tsx index 08c756d..84e3848 100644 --- a/app/src/components/pilotFormEndorsements/PilotFormEndorsements.tsx +++ b/app/src/components/pilotFormEndorsements/PilotFormEndorsements.tsx @@ -24,7 +24,7 @@ const PilotFormEndorsements: React.FC = ({ }); return ( -
+
{fields.map((field, index) => { return ( <>