diff --git a/app/src/components/pilotFormCertificates/PilotFormCertificates.tsx b/app/src/components/pilotFormCertificates/PilotFormCertificates.tsx index 23acdd7..1fb90bf 100644 --- a/app/src/components/pilotFormCertificates/PilotFormCertificates.tsx +++ b/app/src/components/pilotFormCertificates/PilotFormCertificates.tsx @@ -24,7 +24,7 @@ const PilotFormCertificates: React.FC = ({ }); return ( -
+
{fields.map((field, index) => { return ( <> diff --git a/app/src/components/pilotFormEndorsements/PilotFormEndorsements.tsx b/app/src/components/pilotFormEndorsements/PilotFormEndorsements.tsx index eadad65..83e52a5 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 ( <>