From 277198e1295bffa522288103cb7e3d2d02fecf20 Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Sun, 1 Sep 2024 20:12:57 -0500 Subject: [PATCH] adding pilot --- app/src/components/pilots/Pilots.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/components/pilots/Pilots.tsx b/app/src/components/pilots/Pilots.tsx index cbf16cc..ba3418b 100644 --- a/app/src/components/pilots/Pilots.tsx +++ b/app/src/components/pilots/Pilots.tsx @@ -158,13 +158,14 @@ const Pilots: React.FC = () => { Add Pilot -
+ +
); };