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