adding pilots

This commit is contained in:
2024-07-28 08:42:13 -05:00
parent 2cffcc5180
commit e42dda563f
2 changed files with 2 additions and 2 deletions

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 (
<>