diff --git a/app/src/App.tsx b/app/src/App.tsx index 671b8d1..3eb41b1 100644 --- a/app/src/App.tsx +++ b/app/src/App.tsx @@ -88,9 +88,9 @@ const App: React.FC = () => { <> - {/* {useFeatureFlag('flying-pilots')?.enabled && ( */} - } /> - {/* )} */} + {useFeatureFlag('flying-pilots')?.enabled && ( + } /> + )} );