Feature/4 pilots add #20

Merged
noahspannbauer merged 64 commits from feature/4-pilots---add into main 2024-09-23 21:52:59 -04:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e42dda563f - Show all commits

View File

@@ -24,7 +24,7 @@ const PilotFormCertificates: React.FC<IPilotFormCertificates> = ({
});
return (
<div>
<div className="grid grid-cols-4 gap-4">
{fields.map((field, index) => {
return (
<>

View File

@@ -24,7 +24,7 @@ const PilotFormEndorsements: React.FC<IPilotFormEndorsements> = ({
});
return (
<div>
<div className="grid grid-cols-4 gap-4">
{fields.map((field, index) => {
return (
<>