From daa1aeb8d29e2a60fed81ea66cea3c8c404c5d6b Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Fri, 16 Aug 2024 19:38:38 -0500 Subject: [PATCH] adding pilot --- app/src/App.tsx | 4 ++-- app/src/components/pilots/Pilots.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/App.tsx b/app/src/App.tsx index 33aa589..0e8b7e3 100644 --- a/app/src/App.tsx +++ b/app/src/App.tsx @@ -86,14 +86,14 @@ const App: React.FC = () => { }, []); return ( - <> +
{useFeatureFlag('flying-pilots')?.enabled && ( } /> )} - +
); }; diff --git a/app/src/components/pilots/Pilots.tsx b/app/src/components/pilots/Pilots.tsx index 7840b5e..61cebd1 100644 --- a/app/src/components/pilots/Pilots.tsx +++ b/app/src/components/pilots/Pilots.tsx @@ -16,7 +16,7 @@ const Pilots: React.FC = () => { const [date, setDate] = useState(); return ( - +
Pilots